Question: ***NEEDS TO RUN ON QtSpim*** The MIPS assembly program should prompt the user and read an integer value indicating n, which is the number of
***NEEDS TO RUN ON QtSpim*** The MIPS assembly program should prompt the user and read an integer value indicating n, which is the number of values to be entered. If the n value is not between 1 and 10, then you should print an appropriate error message and exit. Otherwise, you should prompt the user and read each of the n values. You should then print the values that were even, separated by commas. If one or more values were even, then print the average of the even values. (Don't use other answers, they don't work)
Enter the number of values: 5 Enter 5 integer values, one per line. 271054 The even numbers are: 2, 10,4 The average of the even numbers is: 2.66666675
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
