Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create an IntelliJ IDEA project named IA 0 1 Output your information ( see Output section below ) Repeatedly read in grades from the keyboard
Create an IntelliJ IDEA project named IA
Output your information see Output section below
Repeatedly read in grades from the keyboard until is entered
If you had me for IST don't use any of the "Helper" or
"Validation" methods or classes. For this assignment, I want to
see straightforward code.
You can assume the user is entering numerical data
A grade must be a between and inclusive. So is a valid grade.
Decimal grades are allowed
Grades like should be displayed as
When negative one is entered, then the user has finished inputting
grades
This means users can enter as many grades as they want
Output the count of valid grades, and count of invalid grades
Output the highest, lowest, and average grade
It's fine if you have repeating decimals for the average
eg showing is acceptable
Output the list of valid grades
Output the list of invalid grades
Every valid grade you output must have the corresponding letter grade in
parentheses next to it
eg instead of you will display A
eg instead of you will display F
Numerical Letter
A
A
B
B
B
C
C
D
F
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started