Creates a grading program based on a college grading


Write a Java program that does the following:

1.Creates a grading program based on a College grading standard (See attach file).

2. Uses a char array to hold the letter grades.

3. Creates two classes 'bill' and 'susan' with private grade attributes and two class methods to manipulate their grades. One method will raise their grade point total by 10 points and one method will lower their grade by 15 points. Both 'bill' and 'susan' must contain both methods. You may want to call the methods in each class "billbump" and "susanbump" and "billdrop" and "susandrop."

4. Creates appropriate display methods for each class.

5. Your program will first print out the college grade standard and bill and susan's current letter grade (your choice). The program will then call the methods that will increase and decrease both bill and susan's point grades and then print their corresponding letter grades. Please notify me in your output, that is, you may want to say: "Bill failed his math final and his final grade dropped to x-points and a letter grade of C."

6. You must use a Switch construct.

Your output should be as follows:

A. Print the entire Baker College grade standard

B. Bill and Susan's current grade point total and equivalent letter grades

C. Bill and Susan's current grade point total and equivalent letter grades after raising the grade

D. Bill and Susan's current grade point total and equivalent letter grades after lowering the grade

Grading Criteria

A = 100-93%

A- = 92-90%

B+ = 89-88%

B = 87-82%

B- = 81-80%

C+ = 79-78%

C = 77-72%

C- = 71-70%

D+ = 69-68%

D = 67-62%

D- = 61-60%

F = 59% -

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Creates a grading program based on a college grading
Reference No:- TGS01251605

Now Priced at $20 (50% Discount)

Recommended (93%)

Rated (4.5/5)