Question: Using Java Develop (Analyze, Design and Implement) a GPA calculator using the same UML approach where the student enters his/her courses as objects with attributes:
Using Java
Develop (Analyze, Design and Implement) a GPA calculator using the same UML approach where the student enters his/her courses as objects with attributes: course Id, course credit hours and course grade represented as a number (4.00 for A+, 3.75 for A, 3.50 for B+, 3.00 for B, 2.50 for C+, 2.00 for C, 1.50 for D+, 1.00 D, 0.0 for F) to get the GPA for all the entered courses. For simplicity, make the system able to calculate the GPA for three courses only.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
