Using the Java code for the selection sort provided on the geeks for geeks site; selection sort
modify the code to display the array each time there is a change in the array elements to show the steps of the
selection sort as it progresses.
link:
https://www.geeksforgeeks.org/selection-sort/
Sample Solution