A simple grade calculator written in C that helps one calculate SGPA based on individual exam scores.
- Calculates total marks and SGPA
- Generates a comprehensive grade card
- Support multiple subjects
- GCC compiler
- Make
- Clone the repository:
git clone https://github.com/yourusername/grade-calculator.git
cd grade-calculator
- Compile and run the program:
make run
This project is licensed under the MIT License - see the LICENSE file for details.