Question: c++ program Problem 3: Write a program that lets the user perform arithmetic operations on two matrices. Your program must be menu driven, allowing the

c++ programc++ program Problem 3: Write a program that lets the user perform

Problem 3: Write a program that lets the user perform arithmetic operations on two matrices. Your program must be menu driven, allowing the user to select the operation (+, -, *, Transpose, or /) and input the two/one matrices. Also, it should not terminate until the user states that. Your program must consist of following functions: Function showChoice: This function shows the options to the user and explains how to enter data. Function add: This function accepts two matrices as arguments and returns sum Function subtract: This function accepts two matrices as arguments and returns their difference. Function multiply: This function accepts two matrices as arguments and returns product. Function Transpose: This function accepts one matrix as an argument and returns the transpose. Function divide: This function accepts two matrices as arguments and returns quotient. 1. 2. 3. 4. 5. 6

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!