Question: A. Write a Fortran program with a while loop that prints out all the even multiples of 3 between 0 and 20, inclusive. B. Write
A. Write a Fortran program with a while loop that prints out all the even multiples of 3 between 0 and 20, inclusive. B. Write a Fortran program with a counting loop that prints out all the even multiples of 3 between 0 and 20, inclusive. C. Write a Fortran program that prompts the user for an integer value between 1 and 10, inclusive. Use a loop (your choice of which kind) to print out all of the integers between 1 and 100, inclusive, that are even multiples of that number.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
