Hi everyone. I am trying to create a matrix. I'm trying to write a matrix program that the user will input the matrices and the program will add, subtract, and multiply the 2 matrices. My problem is I work 3 jobs and am taking 19 credit hours in college so I haven't had much time to read my book. I'm in my 2nd semester of C++. My book says:
before performing the required data manipulation, each function should validate its input arguments. The dimensions of the matrices involved in an operation must be compatible for that operation. Here is what I have:
(It's not completed. There are a LOT of things I put in not as code but as a reminder of what I need to do...)