Direcitve- Read external file data and write data to new file with a total entry count Functions needed: function_1 (read data) get data and store to memory from the desired file until end of file is reached function_2 (write data) write and format data to a different file as a report function_3 (print data) add footnote of total records in file to the file and user prompt window Program layout open the input file to read the data check to ensure the file has been opened and create failsafe prompts to end code if it cannot be achieved function_1 check to ensure the output file is opern and create failsafe promts to end code if it cannot be opened function_2 function_3