Skip to content

prathu013/CodeAlpha_CGPA_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGPA Calculator in C++

This program calculates a student's Cumulative Grade Point Average (CGPA) based on the grades and credits of the courses taken.

Features

  • Input the number of courses taken.
  • Enter the credits and grades for each course.
  • Calculate and display the GPA for the semester.
  • Calculate and display the CGPA.

How to Use

  1. Clone the repository:
    git clone https://github.com/prathu013/cgpa-calculator.git
  2. Navigate to the project directory:
    cd cgpa-calculator
  3. Compile the program:
    g++ -o cgpa_calculator cgpa_calculator.cpp
  4. Run the program:
    ./cgpa_calculator

Example

image

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages