Assignment 1 OOP
Assignment 1 OOP
Consider a simple app for processing student class attendance and course work scores then issue a
remark on whether the student can sit for end of trimester examination or not. The app will prompt
user to enter the total number lessons attended, then it will prompt the user to key in scores for
assignment 1, assignment 2, assignment 3 ,continuous assessment test 1 and continuous assessment
test 2. The app should sum the coursework scores(assignments and continuous assessment tests). To
validate students before they sit for end of trimester examination, the criteria is as follows:
Status remark
Lessons attended exceed 4 and has done all Issue exam card
assignments and continuous assessment tests
Lessons attended exceed 4 and has done all Written permission from the registrar to sit for
assignments and one continuous assessment test exam
In all other cases Repeat unit
Required: Draw a flow chart for this case.