Skip to content

Calculate grade with CRUD operations and object-oriented concepts(Encapsulation, Abstraction, Polymorphism)

Notifications You must be signed in to change notification settings

yen-han/GradeCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grades Calculator

A program to calculate grades using C++ Start building since Feb 17, 2022

Purpose

The program calculates GPA for a semester. With the given requirement to pass the course, it automatically calculates weighted mark for each Weekly tasks/quizzes/assignment/test and remaining mark to pass the course.

Features

  • Be able to track the best # of quizzes/assignments that count for final grades.

Function

1 View Grades
2 Modify Grades
2.1 Insert Grades
2.2 Update Grades
2.3 Delete Grades
3 Requirement to Pass
4 View Grade Chart 5 Change Course

How it works?

  • Open the grade file.
  • Select the course to view.

Module

  • Management
  • Menu
  • Grade
  • Requirement
  • iWeight
  • Weighted
  • NotEqualWeighted
  • commonFunctions

Data file

grade.csv
requirement.csv
weight.csv

About

Calculate grade with CRUD operations and object-oriented concepts(Encapsulation, Abstraction, Polymorphism)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages