Write a MIPS assembly language program that prompts for a userto enter how many floating point numbers to enter, then prompts toenter a series of floating point numbers and reads in numbers andstore them in an array, then asks a user how many small numbers toprint, and computes and prints them.
Consult the green sheet and the chapter 3 for assemblyinstructions for floating point numbers. Here is one instructionthat you might use:
c.lt.s $f2, $f4
bc1t Label1
Here if the value in the register $f2 is less than the value in$f4, it jumps to the Label1. If it should jump when the value inthe
OR
OR