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...)
Firstly, is all of this code written by you or is there something that was given to you along with the task?
Secondly, are you familiar with the matrix operations?
Lastly, try to ask specific questions so that we know that exactly to explain.