Write a MIPS assembly language program that inputs afloating-point number and shows its internal 32-bit representationas a 8-digit hexadecimal representation. For example: 2.5 decimalis 10.1 binary, which normalized is 1.01x21 and would bestored in the IEEE format as 0100 0000 0010 0000 0000 0000 00000000 which is 0x40200000