This project is a simple CGPA (Cumulative Grade Point Average) calculator implemented in C++. It allows students to calculate their CGPA based on their Semester Percentage and total number of semester.
- Calculates CGPA: Input percentage acquired in each semester and number of semester and get the CGPA.
- Easy to use: Simple command-line interface makes it easy for users to interact with the program.
- Clone the repository to your local machine.
- Compile the source code using a C++ compiler.
- Run the executable file.
- Follow the prompts to input the percentage acquired in each semester and number of semester.
- The CGPA will be calculated and displayed on the screen.


