Question: Write a C++ function that reads full names from a file and asks a user to select any 2 rows. Swap the names at
Write a C++ function that reads full names from a file and asks a user to select any 2 rows. Swap the names at the user selected row numbers. You can use either one function or two separate function; one to read and another to swap.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
