Question: Integer userIn is read from input. Write a while loop that multiplies userIn by 6, updating userIn with the product, and outputs the updated userIn,
Integer userIn is read from input. Write a while loop that multiplies userIn by 6, updating userIn with the product, and outputs the updated userIn, followed by a newline. The loop iterates until userIn is greater than or equal to 48.
Ex: If the input is 17, then the output is:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
