Calculates user's cumulative GPA based on final grade and semester hour for each course.
Prompts User to enter:
- name
- current semester
- number of courses they would like to enter
- name of each course
- final grade for each course
- semester hour for each course
Dislays on Consolle
- Student's name
- Number of courses entered
- Name of course and grade received
- Student's cumulative gpa
Hofstra's Formula for Calculating CGPA "Multiply the number of semester hours of each grade earned by grade point value (this product equals the Quality Point for that grade). Then total the Quality Points and divide by the total number of semester hours for which a grade was earned. This quotient is the cumulative GPA" https://www.hofstra.edu/academic-records/grades.html
- Windows OS
- Windows Commandline
- After downloading and extracting folder,
- open windows commandline and enter the extracted folder
- type into terminal "main.exe"
- input name, current semester, and relevant course information