Skip to content

Student Assessment project for Programming Principles 2 course

Notifications You must be signed in to change notification settings

AmeerQatmosh/Student-Assessment-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Student-Assessment-System

Student Assessment project for Programming Principles 2 course

image image image

For more info check this link:

https://github.com/AmeerQatmosh/Student-Assessment-System/blob/863137363a1685b7b861c1fbbf834879eff20a31/Student%20Assessment%20System/project-student-assessment-ponus.pdf

User Input Demo: The application provides 9 services:

1. print the content of the file on screen.

image

2. print the total grade of a student in an exam

image

3. Print the average grade in a certain exam

image

4. Print the average of total grade for all students

image

5. Update student information

image

6. Store the updated content of the array into the file

image image

7. Reload the content of the file

image

8. display records according to the total grade in descending order

image

9. draw a histogram for total grades

image