Question: In this Java project, you will be given a list of 5 students with varying amounts of courses each ( Minimum 1 , Maximum 8

In this Java project, you will be given a list of 5 students with varying amounts of courses each (Minimum 1,
Maximum 8).
You will be tasked to calculate the unweighted GPA as well as the weighted GPA (like in the previous project). In
this project, you will simply need to calculate the unweighted and weighted GPAs for all students and print
them out besides the student's name. For example, a student named John Smith would print out:
John Smith, Unweighted GPA: 3.0, Weighted GPA: 3.237
For example, in this file darr, you see 5 students with different amounts of courses. The output should list the
student names and their GPAs (Unweighted GPA and Weighted GPA) are printed. Your program must work with
any file (with different data) that fits into these parameters.
Weighted GPA points will be processed for courses with the following markers in the course Title.
Honors
A=5
B=4
C=3
=2
F=0
Advanced Placement
A=6
B=5
=4
D=3
F=0
In addition to the output, your source code should have a header comment with the title of the program, your
name, the output, the input, and the function of the program and any references to others you have used.
 In this Java project, you will be given a list of

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!