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

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. After the input has been validated, use a for loop to print out the numbers from 1 through the input number, along with the square and the cube of each number. Use ONLY 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 Square Cube  1 1 1  2 4 8  3 9 27  4 16 64  5 25 125 

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!