Sample Run
A provided set of input/output files are provided
Both the interactive output and the file redirection output is provided for you in the canvas assignment
Specifications
• You must implement the functions provided
• Do not use any stringstrean or getline(fstreanvar, str, ',') to parse the data in the csv file
• Document all of your functions
• For all input read from the user, use getline(cin, strVar) do not use cin >> strVar