Coder Social home page Coder Social logo

seaumsiddiqui / cgpa-calculator Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 5 KB

A console-based C++ program to calculate GPA and CGPA

C++ 100.00%
cgpa-calculator cli-app cpp gpa-calculator grade-calculator student-tool university performance-metrics

cgpa-calculator's Introduction

CGPA Calculator

A simple console-based GPA and CGPA calculator written in C++. The program takes course names, grades, and credits obtained in each course during each semester as input to calculate GPA and CGPA.

How to Use

  1. Run the program in your preferred IDE.
  2. Enter the number of completed semesters.
  3. For each semester:
    • Enter the number of courses.
    • For each course:
      • Enter the course name.
      • Enter the achieved grade(e.g., A+, A, A-, ..., F).
      • Enter the credit hours of the course.

The program will then display the GPA and credit hours for the current semester, as well as the CGPA and total credit hours up to that point.

Menu Options

After performing the calculation, users are presented with the following options:

  • 0 to Exit the program.
  • 1 to Calculate CGPA again.

Notes

  • This program will clear the console before each new set of calculations using (system("cls")). Might not work on all platforms.
  • This program assumes that the user enters all valid inputs for grades and credit hours.
  • This program uses a default grade point scale. To customize it, modify the HashMap in the code. Be aware that any changes may affect the GPA and CGPA accuracy.

Feel free to use, modify, and distribute the code with proper attribution.

cgpa-calculator's People

Contributors

seaumsiddiqui avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.