(please answer as soon as possible for thumbs up) Using Java and IF statements, how can I create a program that allows e
Posted: Fri Jul 08, 2022 7:27 am
(please answer as soon as possible for thumbs up)
Using Java and IF statements, how can I create a program thatallows each student to input three quiz scores and get the averageand also use a WHILE loop if average is greater than 100 or lessthan 0 using Scanner class?
Quiz Score Averages
A (90-100)
B (80-89)
C (70-79)
D (60-69)
F (Below 60)
"Try again" (if average is greater than 100 or less than 0"
Using Java and IF statements, how can I create a program thatallows each student to input three quiz scores and get the averageand also use a WHILE loop if average is greater than 100 or lessthan 0 using Scanner class?
Quiz Score Averages
A (90-100)
B (80-89)
C (70-79)
D (60-69)
F (Below 60)
"Try again" (if average is greater than 100 or less than 0"