[solved] – Question 98702
Write a for loop to print the numbers 5, 10, 15 … 75.
Sample Run
5 10 15 20 25 30 35 40 45 50 55 60 65 70 75
Expert Answer
OR
Write a for loop to print the numbers 5, 10, 15 … 75.
Sample Run
5 10 15 20 25 30 35 40 45 50 55 60 65 70 75
OR