Page 1 of 1

Project #1 Based on Chapter 3 (Decision Making) & Chapter 04 (Loops) Using the IF statement, create a program that will

Posted: Fri Jul 08, 2022 7:27 am
by answerhappygod
Project 1 Based On Chapter 3 Decision Making Chapter 04 Loops Using The If Statement Create A Program That Will 1
Project 1 Based On Chapter 3 Decision Making Chapter 04 Loops Using The If Statement Create A Program That Will 1 (32.99 KiB) Viewed 31 times
Project #1 Based on Chapter 3 (Decision Making) & Chapter 04 (Loops) Using the IF 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.