Question: write a Java program that contains 2 loops, first loop validates users input and should be written with a While loop and second loop (stacked
write a Java program that contains 2 loops, first loop validates users input and should be written with a "While loop" and second loop (stacked loop structures) performs the output based on the number the user inputs and the output should be the number the user input with it's value doubled and tripled, Second loop should be written with a "For loop". Make the user input a number between 0 to 100 ( 0 is to exit the program) (validate input number from to make sure they entered a number 1 through 100, if they enter a number less than zero or more than 100 output an error message and continue to ask the user to input a number until they enter a valid number; 1 to 100; 0 to exit) example: if the user input number "2" then the output will look like this: 2,.. (sequential) 4,... (doubled) 8,...(tripled) then rerun
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
