madysonhudimatch madysonhudimatch 30-11-2022 Computers and Technology contestada 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. Expected Output 4 8 12 16 20 24