Question: Using Visual Studio 2022 C++ Write a program with a menu to work with 33 matrices. Your program needs 7 options 1. Input matrix A
Write a program with a menu to work with 33 matrices. Your program needs 7 options 1. Input matrix A 2. Input matrix B 3. Print matrix A 4. Print matrix B 5. Add matrices A+B and print result 6. Multiply matrices AB and print result 7. Exit //Note: I recommend making this option 0, but Canvas formatting doesn't like this approach! Each option should call a method
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
