91.6k views
2 votes
4.8 Code Practice: Question 1

Instructions
Write a for loop to print the numbers 5, 10, 15 … 75 on one line.

Expected Output
5 10 15 20 25 30 35 40 45 50 55 60 65 70 75

User Puio
by
5.9k points

1 Answer

2 votes

I included my code in the picture below. Best of luck.

4.8 Code Practice: Question 1 Instructions Write a for loop to print the numbers 5, 10, 15 … 75 on-example-1
User Ievche
by
6.1k points