This C++ project calculates the GPA based on user input of course grades. It prompts the user to enter the number of courses taken and their respective grades, then assigns grade points to each grade. Finally, it computes and displays the GPA by dividing the total grade points by the total credit hours.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
6 views2 pages
C++ Project
This C++ project calculates the GPA based on user input of course grades. It prompts the user to enter the number of courses taken and their respective grades, then assigns grade points to each grade. Finally, it computes and displays the GPA by dividing the total grade points by the total credit hours.