Question: I need help with this in c++ The output should look something like this.... How would I do this? Starting out With Cpp rror rting

I need help with this in c++

I need help with this in c++ The output should look somethinglike this.... How would I do this? Starting out With Cpp rrorrting out with C rrom some pdl s/dell/Dow Find on page Fintertext to search Write a program that uses a structure to store

The output should look something like this.... How would I do this?

the following data: Member name Description Name Student name Odnum Student ID

Starting out With Cpp rror rting out with C rrom some pdl s/dell/Dow Find on page Finter text to search Write a program that uses a structure to store the following data: Member name Description Name Student name Odnum Student ID number Tests Array of test scores Average Average of the scores in the array Grade Course grade The program should keep a list of test score for a group of students. It should ask the user how many students there are. It should then dynamically allocate an array of structures. Each structure's Tests member should be an array of test scores. After the array has been dynamically allocated, the program should ask for the name, ID number and all the test scores for each student. The average test score should be calculated and stored in the Average member of each structure. The Course grade should be computed on the basis of the following grading scale: Average test score Course Brade 80 KB 360 D 60 F The course grade should then be stored in the Grade member of each structure. Once all this data is calculated, a table should be displayed listing each student's name, ID number, average test score, and course grade. The program should do input validation. As long as the input is invalid, ask the user to reenter. Do not accept an ID K 0, and do not accept negative numbers for any test score. 1. Requirements Name, ldnum, Tests, Average, and Grade should be of type string int, int J, double and char respectively. Set the size of the Tests array to be 3 (we assume there are 3 tests)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!