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...


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.





Sample Output:


----------------------------------------

“Welcome to Technology College Muscat”
------------------------------------------------


“Student’s Personal Data Entry”


Enter Student 1 Name : Salim Ahmed


Enter Student 1 ID Number : 20201001


Enter Student 1 age: 22


“Student’s Academic Data Entry”


Enter Student 1 Module 1 Name: Foundation Mathematics
Enter Student 1 Module 1 Total Marks: 65


Enter Student 1 Module 2 Name: Professional and Academic Skills
Enter Student 1 Module 2 Total Marks: 60


Enter Student 1 Module 3 Name: Program Design and implementation
Enter Student 1 Module 3 Total Marks: 50


Enter Student 1 Module 4 Name: Engineering Experimentation
Enter Student 1 Module 4 Total Marks: 45



Repeat this for a total of 5 Students


“Displaying Student Information.”


Student 1 Name: Salim Ahmed
Student 1 ID Number: 20201001
Student 1 Age: 22
Student 1 Modules (all 4 modules comma separated): Foundation Mathematics, Professional and Academic Skills, Program Design and implementation, Engineering Experimentation.


Student 1 Average Marks: 55



Display the same for 5 stored students.




Overall Result analysis:


Class Average Marks:


Class Highest Marks:


Class Lowest Marks:


Class Pass Rate:

Jun 01, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here