Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Overview

This project is a Student Grade Report System implemented in C++. It allows users to input student information and their marks for four courses, calculates the students' grades and CGPA based on the marks, and displays a grade report with the corresponding academic status. The program uses structured data to store and process the information for multiple students.

Features

  • Input student information including name, ID, age, sex, and year.
  • Input marks for four different courses: Programming I, Introduction to CS, Programming II, and Communicative English.
  • Calculate grades based on the input marks using predefined grading criteria.
  • Calculate CGPA by averaging the grades of the four courses.
  • Display a comprehensive student report with name, semester, grades, CGPA, and status.

Grading Criteria

  • A+: 90-100 → 4.0 GPA
  • A: 85-90 → 4.0 GPA
  • A-: 80-85 → 3.75 GPA
  • B+: 75-80 → 3.5 GPA
  • B: 70-75 → 3.0 GPA
  • B-: 65-70 → 2.75 GPA
  • C+: 60-65 → 2.5 GPA
  • C: 50-60 → 2.0 GPA
  • C-: 45-50 → 1.75 GPA
  • D+: 40-45 → 1.5 GPA
  • D: 30-40 → 1.0 GPA
  • F: <30 → 0.0 GPA

About

A student grade report, summarizing academic performance and overall achievements, providing concise insights for evaluation and analysis.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages