Question: what should i change to the code so itll match exactly the output including spaces? the program does not output 2 decimals and the columns

what should i change to the code so itll match exactly the output including spaces? the program does not output 2 decimals and the columns does not align either.
 what should i change to the code so itll match exactly
the output including spaces? the program does not output 2 decimals and
the columns does not align either. #include #include #include using namespace std;
vector grade; void add student { string first, last; double gr; cout

#include #include #include using namespace std; vector grade; void add student { string first, last; double gr; cout > first >> last >> gr: first : first + last; students.push_back(first); grade.push_back(gr); } 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 4R void remove_student { string first, last; cout > first >> last; first " "; first last; int loc - %; for (int i 0; i >n; for (int i 0; i> ch; if (cha) add student: else if (ch- 'r') remove student: else if (chp' cout > n; for (int i = 0; i> ch; if (ch- 'a') add_studento; else if (ch we'r') remove_studento: else if (ch- 'p') print_summary: else if (ch 'm') menu: else if (chq exit(1); else cout

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!