HackStyx / Basic-CGPA-Calculator

This basic and minimalistic C++ program efficiently calculates CGPA. Users input total subjects, marks (out of 100), and subject credits. The program computes CGPA based on a straightforward grading system, displaying total credits and CGPA clearly. Feel free to modify and contribute to enhance this efficient CGPA calculator. Happy coding! πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple CGPA Calculator

This C++ program provides a minimalistic and efficient CGPA (Cumulative Grade Point Average) calculator. Users input the total number of subjects, marks (out of 100), and subject credits. The program then calculates the CGPA based on a straightforward grading system.

Features

  • User-Friendly: Simple and easy-to-use interface for inputting subject details.
  • Efficient Calculation: Minimalistic code for efficient CGPA computation.
  • Clear Display: Presents a clear overview of total credits and the calculated CGPA.

Screenshots

image

Usage

  1. Clone the Repository:

    git clone https://github.com/HackStyx/Basic-CGPA-Calculator.git
    cd cgpa-calculator` 
    
  2. Compile and Run:

    g++ cgpa_calculator.cpp -o cgpa_calculator ./cgpa_calculator

  3. Input Details:

    • Enter the total number of subjects.
    • Input marks (out of 100) and credits for each subject.
  4. View Results:

    • The program will display the total credits and calculated CGPA.

Basic Idea

  1. Input the total number of subjects.
  2. Enter marks (out of 100) and credits for each subject.
  3. Obtain the calculated CGPA and total credits.

To-Do List

  • Handle edge cases more carefully.
  • Enhance code documentation and comments.
  • Implement error handling for invalid inputs.
  • Implement a graphical user interface (GUI).
  • Add support for different grading systems.

How to Contribute

Feel free to modify and contribute to enhance the functionality of this minimal CGPA calculator. Submit pull requests or open issues for suggestions or improvements.

Happy coding! πŸš€

About

This basic and minimalistic C++ program efficiently calculates CGPA. Users input total subjects, marks (out of 100), and subject credits. The program computes CGPA based on a straightforward grading system, displaying total credits and CGPA clearly. Feel free to modify and contribute to enhance this efficient CGPA calculator. Happy coding! πŸš€

License:MIT License


Languages

Language:C++ 100.0%