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.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here