University End Year Project - A Student Report Card System
This project serves to exercise basic coding principles using C++
NB: Process of creating this application including the tools used are found in the report word document
- Input/Output
- Comment
- Operators
- Loops/Iterations/Arrays/Conditions
- Functions
- Structure
- OOP
- Inheritance
- Polymorphism
- File Handling
Students' details are managed along with their grade marks
- C - reate
- R - etrieve
- U - pdate
- D - elete
Create records of students information, and create records of student marks. Retrieve a view of all students in the system, and retrieve a report of a student's overall marks. Update students' information and their marks Delete student's information and their marks
Calculate the average of a student's marks and determine if they fail or not