Question: I need help with this here in c++ The output should look like this all the names in there are just examples some pdf Write
I need help with this here in c++



The output should look like this all the names in there are just examples

some pdf Write a progr arri Lhat uses e structure Lo store the following data: Name Student name Stud Array of test scores ests Average Average of the scores in the array Course grade lhe oro ram should keep a list of test scores for a group of students. It should ask the user hov many students there arc. It should then dynamically allocate an array of structures. Each structurc's Tcsts ray ot y hi dy ated, th should ask lol uhe narrie, ID number drid all thlee LesL suures lar each studer L. The average Lesu s ure should be calculated and stored in the A member of rach structure. Thr Course gradr should br computed on the basis at the fallowing grading scale: Average to c grade E- E-70 60 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 listinf each student's name, ID number average test score, and course grade. he ofram sh d d he input ask the user to put V ation. As long ter, Don accept an ID 0, and do not accept neEi ive numbers for any test score. 1. Requirements Name, Idinum, Trsts, A and Grade should be ot type ring, int., int r 1, double and thAL respectively. Sel the size ul the Tests dr ay Lo be 3 assume Lhere are 3 Lests). some pdf Write a progr arri Lhat uses e structure Lo store the following data: Name Student name Stud Array of test scores ests Average Average of the scores in the array Course grade lhe oro ram should keep a list of test scores for a group of students. It should ask the user hov many students there arc. It should then dynamically allocate an array of structures. Each structurc's Tcsts ray ot y hi dy ated, th should ask lol uhe narrie, ID number drid all thlee LesL suures lar each studer L. The average Lesu s ure should be calculated and stored in the A member of rach structure. Thr Course gradr should br computed on the basis at the fallowing grading scale: Average to c grade E- E-70 60 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 listinf each student's name, ID number average test score, and course grade. he ofram sh d d he input ask the user to put V ation. As long ter, Don accept an ID 0, and do not accept neEi ive numbers for any test score. 1. Requirements Name, Idinum, Trsts, A and Grade should be ot type ring, int., int r 1, double and thAL respectively. Sel the size ul the Tests dr ay Lo be 3 assume Lhere are 3 Lests)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
