Page 1 of 1

Write a program that is menu driven with the following features in MIPS Mars Assembly Language Choices for the menu: 1)

Posted: Mon May 09, 2022 6:09 am
by answerhappygod
Write a program that is menu driven with the following
features in MIPS Mars Assembly Language
Choices for the menu:
1) print the entire 5 by 5 table with 5 rows and 5 columns
format
2) print any row
3) multiply any row by a constant
4) add any two rows and place them in any other row
5) find the max of any row
6) find the average of each column.