Convert Project #1 into a JOptionPane with input and message boxes in Java.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Convert Project #1 into a JOptionPane with input and message boxes in Java.
statement, create a program that will allow the user to input 3 test scores and get the average of the scores. Using a while loop, if the average is greater than 100 or less than 0 than ask the user to try again, be sure to use a Scanner class. Below is a chart for guidance Test Score Average 90-100 80-89 70-79 60-69 Below 60 Letter Grade A B с D F LL
Project #1 Based on Chapter 3 (Decision Making) & Chapter 04 (Loops) Using the IF