The input to the problem is an unordered list of numbers stored in a text file. Each number is on a separate line of the file. There are at least 2 and no more than 15 numbers in the file. All numbers will be displayed 1 decimal place. Program must read the numbers for the text file and store them in sorted order in a new file. Program must prompt the user for the names of the input and output files. Program must display the ordered list.....