In this assignment you will create a program(s) that uses an input file and creates an output file.Your program will use an input file "MathInput.csv" which has sets of instructions and numbers (separated by a comma) to perform math operations. The end of a set is marked by an = sign. See the sample input file below. You need to create the input file "MathInput.csv" for your program to use. Create at least 10 sets.
Your program will input the "MathINput.csv" file and perform the operations indicated on the numbers in the file while maintaining a running total and count of the number of items. The program will also create an output file "MathOutput.csv" with the format of detail lines and a summary line for each set of operations. After your program has processed each set, it needs to place a summary line including the number of items, the total of the items, and the average in the file followed by a line of * to separate the sets. See the sample output file below