student from a user. A function to get/input student’s modules and result against each
Technology College Muscat hired you as a programmer to automate their manual Student
Registration System. The college requires you to develop a C++ program to manage their
Students’ personal and academic record.
You are required to develop a C++ program using C++ structures, arrays, and user
defined functions.
The college stores each student’s full name, a maximum of 30 character long, student’s
age, numeric student’s ID number of 8 digits long, student’s modules enrolled and
student’s module result.
You are required to implement 3 different functions, a function to get/input all the data of a
student from a user. A function to get/input student’s modules and result against each
module and to calculate average marks of each students, and a function to display all
students’ personal and academic data. You are required to demonstrate storing of 5
students and displaying their stored data with average marks. You are also required to
calculate and display the overall result analysis for 5 students, which should include Class
Average Marks, Class highest Marks, Class Lowest Marks, and Class Pass Rate, where
passing marks for each student are student’s average marks 40 or above.
The code must have comment
Step by step
Solved in 2 steps with 1 images