IDNLearn.com is committed to providing high-quality answers to your questions. Discover reliable and timely information on any topic from our network of knowledgeable professionals.

write a mips assembly language program that can search for a number that entered by user in an array with 20 integer numbers and prints the index of the number in the array if it is found and -1 if not found. you are not reading numbers from keyboard. when declaring the array, initialize it.