Question: I need help with java code, running Amazon Coretta version 2 1 on IntelliJ. - Create an IntelliJ IDEA project named IA 0 1 -
I need help with java code, running Amazon Coretta version on IntelliJ.
Create an IntelliJ IDEA project named IA
Output your information see Output section below
Repeatedly read in grades from the keyboard until is entered
Don't use any of the "Helper" or "Validation" methods or classes, only 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
Remember, there is no restriction on how many grades can be entered.
Please indent your code properly
Output:
When given the input below, your output must match it exactly
Name: Jo Student
Email: jxs@tem.edu
Course: MIS
Assignment: IA
Enter a grade:
Enter a grade:
Enter a grade:
Error. Grade must be between and ; or to finish
Enter a grade:
Error. Grade must be between and ; or to finish
Enter a grade:
Enter a grade:
Enter a grade:
Error. Grade must be between and ; or to finish
Enter a grade:
You entered valid grades.
You entered invalid grades.
Highest grade: A
Lowest grade: C
Average: B
Here are the valid grades:
C
B
A
C
Here are the invalid grades:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
