Skeeball – Boolean Practice

4 downloads 114 Views 65KB Size Report
Skeeball – Boolean Practice. Program: Skee-ball: Write a program that asks the user the following questions in a. JOptionPane, using Booleans for your IF ...
Skeeball – Boolean Practice Program: Skee-ball: Write a program that asks the user the following questions in a JOptionPane, using Booleans for your IF conditions: 1. Enter your score for each of the 9 balls that are rolled. 2. Once entered, display the total score in a Message Box. 3. If the score is greater than 300, tell them that they are a Skeeball Master. 4. If the score is between 250 and 300, tell them that they are a Skeeball Pro. 5. If the score is between 200 and 249, tell them that they are a Skeeball Novice. 6. If the score is below 200, tell them that they are a terrible player, and encourage them to find another game to play. Print for Grade: Print your entire code, copied and pasted into Word. Attach a screen capture of your Message Dialog box that shows the results If your MessageBox contains a Skeeball icon, you get extra credit! 20pts