Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.
image text in transcribed

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_2

Step: 3

blur-text-image_3

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

Professional Microsoft SQL Server 2014 Administration

Authors: Adam Jorgensen, Bradley Ball

1st Edition

111885926X, 9781118859261

Students also viewed these Databases questions

Question

LO6 Describe how individual pay rates are set.

Answered: 1 week ago