https://github.com/likweitan/student-grading-system
A simplified student grading system.
https://github.com/likweitan/student-grading-system
cpp
Last synced: 2 months ago
JSON representation
A simplified student grading system.
- Host: GitHub
- URL: https://github.com/likweitan/student-grading-system
- Owner: likweitan
- Created: 2017-08-22T08:01:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T06:30:46.000Z (over 4 years ago)
- Last Synced: 2025-02-17T17:57:51.362Z (4 months ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student Grading System
## CSC 1211 – PROGRAMMING TECHNIQUES
The system is created using C++.
You work as a programmer at Software House Development Company. Your project manager has assigned you to develop a system.
The system should have the following functions:
i. Add Record
ii. Search Record – (Display selected record)
iii. Update Record – (Update selected variable)
iv. Delete Record – (Delete selected record)
v. Display Record – (Display all record)