SortLab 1.Copy the files in the directory /users/ernie/public_html/cpsc220/javaSourceCode/ch14/selsort to a directory named selsort in your workspace directory. 2. Start NetBeans and create a new project using the files in the directory selsort in your workspace directory as the source files. 3. Build the project. Run the project being sure to select SelectionSortTimer as the main class. You will have a choice of either SelectionSortDemo or SelectionSortTimer. 4. Run the program * 3 times with input of 10000 and write down your results * 3 times with input of 20000 and write down your results * 3 times with input of 30000 and write down your results * 3 times with input of 40000 and write down your results * 3 times with input of 50000 and write down your results * 3 times with input of 60000 and write down your results * 3 times with input of 70000 and write down your results select the median value in each case and graph the results. 5. Post the graph to your Webspace on paprika in a folder named SortLab 6. Write a few sentences that describe whether the results are similar to the ones in the text on page 556 of the text. Post these to the same folder. 7. Copy the files in the directory /users/ernie/public_html/cpsc220/javaSourceCode/ch14/mergesort to a directory named mergesort in your workspace directory. 8. Start NetBeans and create a new project using the files in the directory mergesort in your workspace directory as the source files. 9. Build the project. Run the project being sure to select MergeSortTimer.java as the main class. You will have a choice of either MergeSortDemo or MergeSortTimer. 10. Run the program * 3 times with input of 10000 and write down your results * 3 times with input of 20000 and write down your results * 3 times with input of 30000 and write down your results * 3 times with input of 40000 and write down your results * 3 times with input of 50000 and write down your results * 3 times with input of 60000 and write down your results * 3 times with input of 70000 and write down your results select the median value in each case and graph the results. 11. Post the graph to your Webspace on paprika in a folder named SortLab 12. Write a few sentences that describe whether the results are similar to the ones in the text on page 563 of the text. Post these to the same folder. 13. Using your results construct a table similar to the one on page 563 and post it to the folder SortLab.