Question: #include #include using namespace std; 56 57 v struct Student { 58 int id; 59 string name; 60 int marks [5]; 61 float average; 62

 #include #include using namespace std; 56 57 v struct Student {58 int id; 59 string name; 60 int marks [5]; 61 float

#include #include using namespace std; 56 57 v struct Student { 58 int id; 59 string name; 60 int marks [5]; 61 float average; 62 63 v void randomlyPopulate( ) { 64 id = rand( ) $ 900 + 100; 65 char c; 66 int namelen = rand( ) $ 5 + 4; 67 name = ""; 68 7 for (int i = 0; i > num; 09 Student stu[num]; 10 srand ( 7); 11 12 v for (int i = 0; i

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 Programming Questions!