You are on page 1of 1

Coding Challenge I

scenario
the program should:
1. accept number of courses the student took
2. enter number of assessment you want to fill in
3. validate maximum wait each assessent should have
4. fill in the assessment values
5. ssign grades to courses according to score value you got out of 100%
6. calculate GPA and CGPA of the student
7. assign status to student such as "Dean's list", "excellent", "V.Good" or so...
8. print all relevant information to the console.
9. prompt if user wants to exit or continue otherwise.

You might also like