hi can you solve this problem for me please A registration officer in an academic institution wants to display the Student transcript in a given semester after entering the required student details. A student is characterized by an ID, full name, the semester in which he/she is registered and other details. The student can take from 3 to 4 modules every semester and has two assessments in each module. You are requested to write the program that will help the officer to display the indicated transcript using Classes, methods, arrays and various control statements. The following shows an example of execution of this program. Questions: a. What is the role of a normal constructor? Create the class Student, which must have a normal constructor and at least 5 attributes. Note: The attributes must include all the details mentioned in the scenario and others of your choice. The marks of the student in different modules must be stored using arrays. Thank you so much ♥️
hi
can you solve this problem for me please
A registration officer in an academic institution wants to display the Student transcript in a given semester after entering the required student details. A student is characterized by an ID, full name, the semester in which he/she is registered and other details. The student can take from 3 to 4 modules every semester and has two assessments in each module.
You are requested to write the program that will help the officer to display the indicated transcript using Classes, methods, arrays and various control statements.
The following shows an example of execution of this program.
Questions:
a. What is the role of a normal constructor? Create the class Student, which must have a normal
constructor and at least 5 attributes.
Note: The attributes must include all the details mentioned in the scenario and others of your
choice. The marks of the student in different modules must be stored using arrays.
Thank you so much ♥️
Step by step
Solved in 2 steps