You are on page 1of 17

Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

1 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

Cgpa calculator

Irfan Ali
Reg no (0228)
Presented to
Muhammad Umar Farooq

December 19, 2021

Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq


Cgpa calculator 2 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

Table of contents

1 Problem Statement
2 introduction
3 Objective of this Project
4 Methodology
5 Features of this Program
6 Source code in c++
7 OutPut
8 Challenges
9 Motivation

Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq


Cgpa calculator 3 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

Problem Statement

This project will describe the gpa and cgpa calculating system.The code
should start by asking the user the number of semesters he has completed,
Then the number of courses taken each semester, and based on that, the
user will start their admission. Grades in each course with the number of
credits for this course. The rating system is shown below.

Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq


Cgpa calculator 4 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

introduction

Both GPA (Grade Point Average) and CGPA (Cumulative Grade


Point Average) are used across several boards and universities for
calculating, assessing, and grading academic performance.
This project will describe the gpa and cgpa calculating system.Its
functionalities are to first take the credit and subjects points of the
subjects.And We give semester wise gpa in it and calculating cgpa.
It is very easy to use and get GPA and CGPA from this project.

Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq


Cgpa calculator 5 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

Objective
Objective
For university students keeping track of their cgpa is pretty important
so that they can keep a balance between their academics and co
curricular acivities along with good marks thus its much difficult to
keep on calculating again and again the tgpas and cgpa and hence this
CGPA calculator helps to instantly calculate the tgpa and cgpa of a
student based on certain inputs. We have created a very user friendly
project so that user can easily run through it without any difficulty.
The major purpose of the project is to help students keep track of
their grades and markings. Also they can predict how much they have
to score to keep the desired cgpa for the year. Calculation of gpa and
cgpa have become much more easier through this project the student
are easily able to know the grading system.
Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq
Cgpa calculator 6 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

Methodology

Your CGPA calculated dividing the sum of the grade points earned by
the total credit value of courses you have attempted.
Useing IDE Code Block for compiling C++ language code.
Main function calling the desired output.
And using in this Project object Oriented Programming concepts.

Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq


Cgpa calculator 7 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

Features
Option= 1
Calculate GPA (Grade Point Average)

Option= 2
Calculate CGPA (Cummulative Grade Point Average)

Option= 3
Exit from the user interface

Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq


Cgpa calculator 8 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

Code

Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq


Cgpa calculator 9 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

Code

Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq


Cgpa calculator 10 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

Code

Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq


Cgpa calculator 11 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

OutPut GPA

Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq


Cgpa calculator 12 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

OutPut CGPA

Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq


Cgpa calculator 13 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

Challenges

Challeng 1
The biggest challenge for me was to come up with a formula for extracting
GPA from grade points and credit hours.

Challeng 2
Gpa and Cgpa creating to separate menu and was to calculate.

Challeng 3
Creating a box with ascci values.

Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq


Cgpa calculator 14 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

Motivation

I worked on the cgpa calculation project. Developing the project was


indeed a tough task for but we enjoyed to make this project Moreover we
have also learned that hardworking important role in accomplishing any
task.

Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq


Cgpa calculator 15 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

Question

Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq


Cgpa calculator 16 / 17
Problem Statement introduction Objective of this Project Methodology Features of this Program Source code in c++ OutP

Irfan Ali Reg no (0228) Presented to Muhammad Umar Farooq


Cgpa calculator 17 / 17

You might also like