Objective: Write a program to add or multiply two matrices. General Comments: Us
ID: 1850113 • Letter: O
Question
Objective: Write a program to add or multiply two matrices.General Comments: Use separate subroutines for the matrix addition and matrix multiplication.
Program Description & Requirements:
The program needs to take two matrices provided by the user and either add or multiply
them together as stated by the user. Specifically the program must do the following:
i) Write to the screen the name of the program
ii) Ask the user which matrix operation is desired, either addition or multiplication.
Specifically the operations are:
A+B
AB
iii) Read in two input files named