Question
Write the following in MIPS assembly and match the output exactly as shown below. IT NEEDS TO BE RUN ON QtSpim The program should prompt
Write the following in MIPS assembly and match the output exactly as shown below. IT NEEDS TO BE RUN ON QtSpim The 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. It should run on QtSpim - Thanks!
Enter the number of values: 5 Enter 5 integer values, one per line. 7 10 5 4 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started