|   
              Create a program to read a list of floating point numbers in 
                a text file and then write the data to a binary file.With a Java application program, prompt the user for the name 
                of a text file with a list of name. Read the file (provide an 
                error message if the file does not exist), order the names in 
                alphabetically order and write out the re-ordered list to a new 
                file.    |