Use of Classes, methods and various control statementsA registration officer in an academic institution wants to display the Student transcript in a given semesterafter entering the required student details. A student is characterized by an ID, full name, the semester inwhich he/she is registered and other details. The student can take from 3 to 4 modules every semesterand has two assessments in each module.You are requested to write the program that will help the officer to display the indicated transcript usingClasses, methods, arrays and various control statements.The following shows an example of execution of this program.Create the principal program, which will complete the following tasks :a. Create a new Student object by reading the required details and by applying at leastone type of data validation of your choice on the input.
b. Read and save the list of module names and the list of module marks awarded to thestudent in the two assignments.
c. Display the transcript of the student by calling the adequate method.d. Repeating the previous tasks until the user decides to exit.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here