1. Write the trace the Selection sort algorithm to show all the passes and all the
comparisons in every pass.

2. Write a program that fills an array with 100 random integers between 0 and 9 and
outputs the count of each number. (you may use another one-dimensional array to
store the counts)