How would you develop a looping program in MIPS that will take a series of decimal numbers and arrange them in ascending order from smallest to largest. The sequence of nine numbers are: 5, 3, 8, 9, 2, 4, 1, 7, 6, 3, 8 Once the numbers are ordered correctly, they do not have to be printed out. In other words, they could be left in memory.