Question: I keep getting the error of passing a int variable through the employee struct. We also need to do a insertion sort with the same

I keep getting the error of passing a int variable through the employee struct.

I keep getting the error of passing a int variable through the

We also need to do a insertion sort with the same structure.

employee struct. We also need to do a insertion sort with thesame structure. | 178 179 180 181 182 183 184 185 186187 188 189 190 191 192 void selectionSort (Employee *emps, int n){ for (int i=0; i largest) { Employee temp= emps [j]. emps

| 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 void selectionSort (Employee *emps, int n) { for (int i=0; i largest) { Employee temp= emps [j]. emps [j].salary=largest; largest=temp; TILPP 2IN12. PP using namespace std; 600 void BubbleSort (int all, int); void printArray (int arr[], int); 1 struct Employee string role; string first; string last; int salary: string social Security: char employee_code; string department; main () { int i=0; ifstream dataIn; const int SIZE=1000; //read the file into the array// dataIn.open("employee.txt"); N N N N N mm mm mm mmm 01 ONWT if (dataIn. fail()) cout>emps [i].employee_code>>emps[i].socialsecurity>>emps[i].first>>emps [i].last; dataIn>>emps[i].department>>emps[i].role>>emps[i].salary: i++; dataIn.close(); //Display employees// for (int j=0; j 0) O W N int k = 0; 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 Databases Questions!