Calculate the median of an array in mips, the array needs to use floating point numbers not integers.
The output should look something like this were you enter numbers in and it prints the array and prints the median.
Enter a number:
3.2
Enter a number:
6.43
Enter a number:
-3.23
Enter a number:
4.32
Enter a number:
4.3
Enter a number:
-23.4
Enter a number:
-5.4
Enter a number:
3.0
Enter a number:
4.0
The array contains the following:
3.20000005
6.42999983
3 of 4
-3.23000002
4.32000017
4.30000019
-23.39999962
-5.40000010
3.00000000
4.00000000
The number is 3.20000005