Object oriented app


Object Oriented App development

You will write a short Java application that uses a loop control structure. Use the Scanner class to accept a number between 1 and 10 from the user.

While the number entered is not between 1 and 10 (inclusive), an error message will be displayed "The number entered was not between 1 and 10!" and the program will loop back to prompt the user for another number. If the number entered is between 1 and 10 (inclusive), the application will display a message "Good job! The number you entered is " and the program will end. Do not use a break statement in your program. Take a screenshot to verify that your message is displayed successfully. Cut and paste the screenshot into a Word document and attach this document to your submission.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Object oriented app
Reference No:- TGS01099502

Expected delivery within 24 Hours