Skip to content

JunaidSalim/GPA_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

This is based on following Instructions:

C++ program that calculates the CGPA of students based on her/his total scores in the courses studied in the past 3 semesters.

Input:

  1. Your program should take as input obtained marks (out of 100) in 5 courses for the first semester, i.e., Course-1, Course-2 etc.
  2. Your program should take as input obtained marks (out of 100) in 5 courses for the second semester, i.e., Course-1, Course-2 etc.
  3. Your program should take as input obtained marks (out of 100) in 5 courses for the third semester, i.e., Course-1, Course-2 etc.

Output:

  1. Compute semester GPA for 1st, 2nd and 3rd Semester
  2. Compute semester CGPA
  3. Display complete results

About

Repository for GPA-Calculator program in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages