Question: c++ Please i need the code for c++ please last part void P3 SORT(string); 1/ example usage: b.P3 SORT (com); I/ if com is FIRST,









void P3 SORT(string); 1/ example usage: b.P3 SORT (com); I/ if com is "FIRST", sort in alphabetical order based on first names; l/ if com is "LAST", sort in alphabetical order based on last names; /l returns no values; protected: string firstNames [20]; string lastNames [20]; ji P3 BANK: :P3 BANK(int x) : P2 BANK( x)// call base class constructor; DO NOT put semicolon at the end of this line \{ int i; 1.f 2. open("customerNames.txt", ios::in); /1 open input file; for (i=0;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
