Problem
1. Write a C++ program to take the filename to read from the user. The elements in each column of the matrix shall be added together and the output shall be presented. If the number of rows is not the same, the program should output "Row Values not matching"
2. This time the elements in the row must be substracted and print the output.
3. Again the elements in the row must be multiplied and print to the console.