Write a while loop that multiplies numinput


Assignment task: 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

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a while loop that multiplies numinput
Reference No:- TGS03306390

Expected delivery within 24 Hours