Write a MIPS assembly program for Linear search translating the C code in 1.1. 2. Write a MIPS assembly program for finding the maximum element in an array translating the C code in 1.2. 3. Write a MIPS assembly program that sorts an array using bubble sort translating the C code in 1.3. 4. Write a MIPS assembly program that does the following: a) Asks the user for 5 numbers and places them in an array. b) Passes this array with it's length to a procedure called FindMax which returns