Write down an Assembly language program in MARS simulator to get an array of 10 integers, where multiple occurrences of elements are allowed. Then, do the following:
Put the elements of the array in ascending order.
List the number of times each element occurs in the array.
Try your program for the sample input: {4, 11, 36, 12, 41, 3, 11, 9, 5, 4} and
provide screenshots of your execution.