Write a menu driven C++ program that should perform following operation on matrices using 2D arrays. (Use OOP) The program will first take inputs for both matrices from the user then perform following...


Write a menu driven C++ program that should perform following operation on matrices using 2D arrays. (Use OOP)


The program will first take inputs for both matrices from the user then perform following operations on them:



Add()
This method will add two matrices.



Subtract()
This method will subtract two matrices.



AddScalar()
This method will add scalar to a matrix by asking user in which matrix to add.



SubtractScalar()
This method will subtract a scalar from a matrix by asking user in which matrix to add.




Dont use pointers please use counters only..



Thank you very much.



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here