Question: MIPS ASSEMBLY QUESTION Create an array of maximum size of 100 elements. Ask the user to enter the number of elements and then the elements
MIPS ASSEMBLY QUESTION
Create an array of maximum size of 100 elements. Ask the user to enter the number of elements and then the elements one by one. Perform the following operations by providing a menu (no GUI just comment based menu) to the user.
Find summation of numbers stored in the array which is greater than an input number.
Find summation of even and odd numbers and display them.
Display the number of occurrences of the array elements divisible by a certain input number.
Quit.
: Is it possible to have arrays with a size determined during execution time according to the desired array size. If so learn it and do it in that way too.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
