: 2.12 LAB 2.3: File I/O - CSV update
This program should
• get names of input and output files from command line (NOT from user input)
• read in integers from a csv (comma-separated values) file into a vector
• compute the integer average of all of the values convert each value in the vector to the difference between the original value and the average
• write the new values into a csv file #include