echnology 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:

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

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:

2.12.0.0
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Header Files
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education