Objective: Write a program to add or multiply two matrices. General Comments: Ma
ID: 3651899 • Letter: O
Question
Objective: Write a program to add or multiply two matrices.General Comments: Make sure the program follows the programming practices discussed in class. 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