Question: Write a simple MIPS Assembly program to average 3 integers. Make sure to read in three numbers from the user instead of hard coding them.
Write a simple MIPS Assembly program to average 3 integers. Make sure to read in three numbers from the user instead of hard coding them. Please put out appropriate string messages on the console when requesting user to enter an integer and when you print out the results. Also have a greeting message printed at first which says "This program determines the average of three integers" for example.
To divide the sum by 3 you may use div $t0, $t0, 3 where register $t0 conatins the sum of the 3 integers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
