Question: Hi, im getting confused by the for loop and while loop. I tried to write the java program but it did not run correctly. Can
Hi, im getting confused by the for loop and while loop. I tried to write the java program but it did not run correctly. Can someone help me with this program and show me the correct code?
Here is the question: Create an application named Validation. Use a do-while loop that will force the user to enter a number 1-20 while the number entered is out of range (less than 1 or larger than 20). You must prompt, read in the number and validate all within the do-while loop. Use a for loop to print out the numbers from 1 through the input number and the cube of each number. Use integers for this program. The numbers must be formatted in right-aligned columns. For example, if the user enters 5 the program will display:
Number Cube 1 1 2 8 3 27 4 64 5 125
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
