create a program that can determine the number of students that are doing their final year for a particular program (e.g.
BCOM Information Systems), calculate the required credits for graduation per student, (at this
stage minimum credit is 360), determine if the students meet all the requirements for graduation
(whether they had completed all the modules on their curriculum), and also to check whether
students qualifies for graduations or not by the time they finish writing their last examination.
If the student had passed all his/her modules, the system should be able to notify the students in a
form of an e-mail, sms or a statement letter stating that they have met all the requirement and
that they qualify to graduation on the next graduation ceremony. After receiving notification
students can then inform the University of their availability for graduation. Also if the students
have only one outstanding module, the system should advice the student to come and write a
supplementary examination so that they can be able to graduate.
NB: Also create an interface for your program.
1
NB: Program Requirements
Your program should have the following:
1. Classes, Methods/Functions , Any selection and/ sequential methods ,Writing and reading from a file (InFile and OutFile)