Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 650 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 650 Bytes

Grade Card Calculator

A simple grade calculator written in C that helps one calculate SGPA based on individual exam scores.

Features

  • Calculates total marks and SGPA
  • Generates a comprehensive grade card
  • Support multiple subjects

Prerequisites

  • GCC compiler
  • Make

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/grade-calculator.git
cd grade-calculator
  1. Compile and run the program:
make run

Maintainer

Alayna Monteiro

License

This project is licensed under the MIT License - see the LICENSE file for details.