ariannabefimba ariannabefimba 30-01-2024 Computers and Technology contestada 4.3 Code Practice: Question 2 [Intructions shown] Write a program that uses a while loop to calculate and print the multiples of 4 from 4 to 24. Your program should print each number on a separate line. 4 8 12 16 20 24