Software Requirements: Latest version of NetBeans IDE • Java Development Kit (JDK) 8 Procedure: 1. Create a folder named LastName_FirstName (ex. Reyes_Mark) in your local drive. 2. Create a new...


18 should be the right guess number. thank you


Software Requirements:<br>Latest version of NetBeans IDE<br>• Java Development Kit (JDK) 8<br>Procedure:<br>1. Create a folder named LastName_FirstName (ex. Reyes_Mark) in your local drive.<br>2. Create a new project named LabExer5A. Set the project location to your own folder.<br>3. The program shall:<br>generate a random number from 1 to 50 for a player to guess;<br>• display a message that indicates whether the player's guess is correct, too low, or too high;<br>and<br>prompt the user to keep on guessing until the correct value is entered<br>4. Create a try-catch structure that will handle two (2) exceptions. These are when the user inputs the<br>following:<br>a number that is out of range (1 – 50)<br>a letter or any non-numeric character<br>5. Prompt the user so that he can guess again if an exception is thrown.<br>6. Display the number of total guesses.<br>Note: An invalid input (when an exception is thrown) is not considered a valid guess or attempt.<br>Sample Output:<br>Guess a number from 1 to 50!<br>30<br>Too high. Try again.<br>15<br>Too high. Try again.<br>10<br>Too high. Try again.<br>5<br>Too low. Try again.<br>qwerty<br>Invalid input.<br>Guess a number from 1 to 50!<br>51<br>Out of range.<br>Guess a number from 1 to 50!<br>7<br>Too low. Try again.<br>8.<br>Too low. Try again.<br>You got it in 7 attempt (s)!<br>

Extracted text: Software Requirements: Latest version of NetBeans IDE • Java Development Kit (JDK) 8 Procedure: 1. Create a folder named LastName_FirstName (ex. Reyes_Mark) in your local drive. 2. Create a new project named LabExer5A. Set the project location to your own folder. 3. The program shall: generate a random number from 1 to 50 for a player to guess; • display a message that indicates whether the player's guess is correct, too low, or too high; and prompt the user to keep on guessing until the correct value is entered 4. Create a try-catch structure that will handle two (2) exceptions. These are when the user inputs the following: a number that is out of range (1 – 50) a letter or any non-numeric character 5. Prompt the user so that he can guess again if an exception is thrown. 6. Display the number of total guesses. Note: An invalid input (when an exception is thrown) is not considered a valid guess or attempt. Sample Output: Guess a number from 1 to 50! 30 Too high. Try again. 15 Too high. Try again. 10 Too high. Try again. 5 Too low. Try again. qwerty Invalid input. Guess a number from 1 to 50! 51 Out of range. Guess a number from 1 to 50! 7 Too low. Try again. 8. Too low. Try again. You got it in 7 attempt (s)!

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here