- Enter (add) student data and store in a list of students. The data for each student are name, matric no., total course work mark (full mark 100), final exam mark (full mark 100), and grade. Grade is not entered by the user but is calculated by the program based on the total mark (course work mark (60%) + final exam mark (40%)) and assigned according to the UUM grading scheme (e.g. 90 -100 => A+ etc.).
Comments
Leave a comment