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