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 students with varying amounts of courses each Minimum
Maximum
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: Weighted GPA:
For example, in this file darr, you see 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
Advanced Placement
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.
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
