Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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 it - 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 

All output must be clearly labeled. Your full name must appear in the output or one point will be deducted. You must follow the Programming Guidelines handout. All code must be correctly indented and commented. Use the command prompt window for input and output. Your program must compile in order to be graded. Do not use Eclipse, NetBeans or IntelliJ for any lab or assignment. Do NOT create packages or projects; otherwise I will not be able to grade your assignment.

This is Java Program not C++.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Expert Performance Indexing In SQL Server

Authors: Jason Strate, Grant Fritchey

2nd Edition

1484211189, 9781484211182

More Books

Students also viewed these Databases questions

Question

3. What strategies might you use?

Answered: 1 week ago

Question

3. Write a policy statement to address these issues.

Answered: 1 week ago