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

Write a for loop that iterates 5 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-128-512-
integer userNum
integer i
// Program will be tested with inputs: 2 and 3
userNum = Get next input
6
7
8?? Your solution goes here
9
 Write a for loop that iterates 5 times. Each iteration: Put

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!