Question: completed program should print the numbers 0 through 10, along with their values multiplied by 2 and by 10. You should accomplish this using
completed program should print the numbers 0 through 10, along with their values multiplied by 2 and by 10. You should accomplish this using a for loop instead of a counter-controlled while loop. Instructions 1. Write a for loop that uses the loop control variable to take on the values 0 through 10. 2. In the body of the loop, multiply the value of the loop control variable by 2 and by 10. 3. Execute the program and verify that the output is correct.
Step by Step Solution
3.54 Rating (157 Votes )
There are 3 Steps involved in it
eta r cc share 12345 mainpy 1 for i in range 11 00 0 1 2 10 2 4 ... View full answer
Get step-by-step solutions from verified subject matter experts
