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

Write a for loop that iterates 3 times. Each iteration: Put userNum to output. Then, put "," to output. Then, assign userNum with userNum multiplied by 4. Ex: If input is 2, then output is: 2,8,32, 1 integer userNum 2 integer i Variables 3 Not shown when editing 4 // Program will be tested with inputs: 2 and 3 5 userNum = Get next input 6 7 8 // Your solution goes here 9 Code Flowchart
Step by Step Solution
There are 3 Steps involved in it
Heres a Python code snippet that achieves this userNum intinputEnter a number Input the initial numb... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (2 attachments)
663e6b79be399_956591.pdf
180 KBs PDF File
663e6b79be399_956591.docx
120 KBs Word File
