Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write code in C++ Follow all step by step provided below Print the result as the same in these pictures please! Print the result exaclh
Write code in C++
Follow all step by step provided below
Print the result as the same in these pictures please!
Print the result exaclh the same as these ouput below.
Here this is the code we have:
But the output for Menu 3 and Menu 4 isn't correct and complete like the output in the picture questions, Needing help to fix the output exactly like some pictures provide above.
The following three files store students' ids, names, and scores. The first line of each file is the course name and the number of Requirements 1.You should use struct Course and class Student 2. You should create each array dynamically (I will test your code with different input files). 3. You should create a structure using a function. 4. Each menu should be implemented as a function. 5. Make your main code as neat and readable as possible. 6. Do not use global variables. Use reference and pointers appropriately. 7. Documentation is needed (see the rubric). There will be always three courses. 1. Shor all course 1 ists 2. List of students who take all courses 3. List of students who take two courses 4. Print out top three scores for each course select : 1 Menu 2 There are 2 students who take C++ and Python There are 1 students who take Java and Python 107890 Rob Java (72) Python (78) Menu 3 Menu 4 [ C+t Top Three Scores] 1. 97 105566 Chris 2. 96 101981 Paul 3. 93 107889 Sue [ Java Top Three Scores ] 1. 95 102988 Kaitlynn 105489 Ralph 2. 92 104352 Edna 3. 91 \begin{tabular}{l|l|l} 100892 \\ 102893 & Ruth \\ John \end{tabular} [Python Top Three Scores] 1. 97 2. 101176= Cyri 2. 96 Delmar \begin{tabular}{l|l} 109110 \\ 102930 & Delmar \\ Brian \\ Bobbi \end{tabular} 3. 92 iog421 Tina The following three files store students' ids, names, and scores. The first line of each file is the course name and the number of Requirements 1.You should use struct Course and class Student 2. You should create each array dynamically (I will test your code with different input files). 3. You should create a structure using a function. 4. Each menu should be implemented as a function. 5. Make your main code as neat and readable as possible. 6. Do not use global variables. Use reference and pointers appropriately. 7. Documentation is needed (see the rubric). There will be always three courses. 1. Shor all course 1 ists 2. List of students who take all courses 3. List of students who take two courses 4. Print out top three scores for each course select : 1 Menu 2 There are 2 students who take C++ and Python There are 1 students who take Java and Python 107890 Rob Java (72) Python (78) Menu 3 Menu 4 [ C+t Top Three Scores] 1. 97 105566 Chris 2. 96 101981 Paul 3. 93 107889 Sue [ Java Top Three Scores ] 1. 95 102988 Kaitlynn 105489 Ralph 2. 92 104352 Edna 3. 91 \begin{tabular}{l|l|l} 100892 \\ 102893 & Ruth \\ John \end{tabular} [Python Top Three Scores] 1. 97 2. 101176= Cyri 2. 96 Delmar \begin{tabular}{l|l} 109110 \\ 102930 & Delmar \\ Brian \\ Bobbi \end{tabular} 3. 92 iog421 TinaStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started