I developed a C++ program that helps students calculate and track their Grade Point Average (GPA).
The program includes three main functions:
Calculate GPA — based on entered courses, credits, and grades.
Desired GPA — shows the minimum GPA needed in future semesters to reach a goal GPA.
Maximum GPA — estimates the highest possible GPA a student can still achieve.
It features a user-friendly interface, organized structure with functions, and clear, easy-to-understand outputs.
The program is useful for students who want to monitor their academic progress quickly and accurately.
Skills used: C++, problem-solving, loops, conditionals, functions, and user input handling.