Laboratory Exercise Quiz Bee Objective: At the end of the exercise, the students should be able to: • Create a simple program for a quiz bee. Software Requirements: Latest version of NetBeans IDE Java...


Java


Laboratory Exercise<br>Quiz Bee<br>Objective:<br>At the end of the exercise, the students should be able to:<br>• Create a simple program for a quiz bee.<br>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 LabExer5B. Set the project location to your own folder.<br>3. The program shall:<br>• contain an array of 10 multiple choice questions with three (3) choices each and<br>• require the user to choose among A, B, or C;<br>Note: Cases are ignored. Lowercase letters are acceptable (a, b, c).<br>4. Create a try-catch structure to handle three (3) exceptions. These are when the user inputs the<br>following:<br>an invalid letter (not A, B, or C)<br>a number or any special character<br>• blank (no answer)<br>5. Prompt the user that he can answer again if any of the three (3) exceptions is thrown.<br>6. Display the score.<br>

Extracted text: Laboratory Exercise Quiz Bee Objective: At the end of the exercise, the students should be able to: • Create a simple program for a quiz bee. 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 LabExer5B. Set the project location to your own folder. 3. The program shall: • contain an array of 10 multiple choice questions with three (3) choices each and • require the user to choose among A, B, or C; Note: Cases are ignored. Lowercase letters are acceptable (a, b, c). 4. Create a try-catch structure to handle three (3) exceptions. These are when the user inputs the following: an invalid letter (not A, B, or C) a number or any special character • blank (no answer) 5. Prompt the user that he can answer again if any of the three (3) exceptions is thrown. 6. Display the score.

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here