8 lines
393 B
Markdown
8 lines
393 B
Markdown
write some cpp functions:
|
|
|
|
This system collects student details like name, marks in each subject.
|
|
The system can calculates the overall grade of each student.
|
|
User can add, edit and delete the record to the system manually or upload a file.
|
|
The system should have a counter to check how many records are update on each time.
|
|
User can generate report and the report should be able to download.
|