Answered step by step
Verified Expert Solution
Link Copied!

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 IA01
Output your information (see Output section below)
Repeatedly read in grades from the keyboard until "-1" is entered
If you had me for IST 261, don't use any of the "Helper" or
"Validation" methods or classes. For this assignment, I want to
see straight-forward code.
You can assume the user is entering numerical data
A grade must be a between 0 and 100, inclusive. So,0 is a valid grade.
Decimal grades are allowed
Grades like "71.0" should be displayed as "71".
When -1(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
e.g., showing 33.3333333333 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
e.g., instead of 92, you will display 92(A-)
e.g., instead of 4, you will display 4(F)
Numerical Letter
93.0-100 A
90.0-92.9 A-
87.0-89.9 B+
83.0-86.9 B
80.0-82.9 B-
77.0-79.9 C+
70.0-76.9 C
60.0-69.9 D
00.0-59.9 F

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Databases Object Oriented Deductive Hypermedia Technologies

Authors: Kamran Parsaye, Mark Chignell, Setrag Khoshafian, Harry Wong

1st Edition

0471503452, 978-0471503453

More Books

Students also viewed these Databases questions