Question: Make a C++ program that will ask the user to make a choice between adding or multiplying two 3 by 3 matrices. *The program will
Make a C++ program that will ask the user to make a choice between adding or multiplying two 3 by 3 matrices.
*The program will ask for the values in each 3 by 3 matrix.
*The program will display all the values in each matrix in a rectangular manner.
*Next, the program will display two options. First option is to add the two matrices. Second option is to multiply the two matrices.
*If the user have already chosen an option, the program immediately display the result.
*You need to provide error messages in your program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
