Project #1 Based on Chapter 3 (Decision Making) & Chapter 04 (Loops) Using the IF statement, create a program that will
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Project #1 Based on Chapter 3 (Decision Making) & Chapter 04 (Loops) Using the IF statement, create a program that will
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 C D F #1 print screen the letter grade of (A) below here. #2 print screen the average grade over 100 below here. #3 print screen the average grade of less than 0 below here.
Project #1 Based on Chapter 3 (Decision Making) & Chapter 04 (Loops) Using the IF