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