Question: Write a for loop that iterates 3 times. Each iteration: Put userNum to output. Then, put to output. Then, assign userNum with userNum multiplied

Write a for loop that iterates 3 times. Each iteration: Put userNum to output. Then, put "" to output. Then, assign userNum with userNum multiplied by4 Ex: If input is 2, then output is 2:8:32: Variables Not shown when editing 4 /1 Program will be tested with inputs: 2 and 3 5 userNum= Get next input Write a for loop that iterates 3 times. Each iteration: Put userNum to output. Then, put "" to output. Then, assign userNum with userNum multiplied by4 Ex: If input is 2, then output is 2:8:32: Variables Not shown when editing 4 /1 Program will be tested with inputs: 2 and 3 5 userNum= Get next input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
