This assignment must be divided into 4 parts which is:
1. Add Student record
2. View report
3. Help
4. Exit
1st part(add student record)
*once selected this option student id, name, and gender must be entered by user
*then system shouldmcapture the credithour and marks for all five courses. After entering marks, the grade, point and total point will be displayed. The grade and point are given(WILL POST IT LATER)
*After GPA calculated is will determine the status of the student(eg:gpa 3.5 and above = dean's list)
*Must save all the data in txt file and can be view after clicking option 2 (view report)
2nd part(view report)
*once click this it must be able to read the student data entered previously or else show an error message. Also must display continue or end
3rd part (Help)
*once click this it must elaborate about the system to the user. At the end must display continue or end.
4th part (Exit)
We must user control structure, I/O file, function and array. System must be in top down design.