Question: Write a script that prints the multiples of 7 between 0 and 100. Print one multiple per line and avoid printing any numbers that aren't
Write a script that prints the multiples of 7 between 0 and 100. Print one multiple per line and avoid printing any numbers that aren't multiples of 7. Remember that is also a multiple of 7.
Step by Step Solution
There are 3 Steps involved in it
To write a script that prints the multiples of 7 between 0 and 100 we can use a simple loop to itera... View full answer
Get step-by-step solutions from verified subject matter experts
