Object Oriented App development

profiletarstr

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.

Submit your .java file as one zipped folder.

    • 11 years ago
    • 15
    Answer(1)

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      javaapplication1.zip