Question: Given an array [ 1, 3, 6, 2, 8, 4, 9, 11, 5, 14, 9999, 34]. Please write a MIPS code to lookup if an
Given an array [ 1, 3, 6, 2, 8, 4, 9, 11, 5, 14, 9999, 34]. Please write a MIPS code to lookup if an inputted (from user) number is included in the array.
If the inputted number is included, please output its index.
If the inputted number is not included, please output "not found".
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
