QuickSort Timing

This program is a modification of a search program created in Spring 2002, it reads a file containing 1000 records and sorts the database using QuickSort measuring the time it takes to do so.
Sort 10 records
Sort 100 records
Sort 500 records
Sort 1000 records