$ ./sorter floats.txt Reading file named floats.txt The file contains 10 floating point numbers, ranging from 0.00 to 9.00 The unsorted values are: 9.00 8.00 4.00 5.00 7.00 3.00 2.00 1.00 6.00 0.00 The sorted values are: 0.00 1.00 2.00 3.00 4.00 5.00 6.00 7.00 8.00 9.00