Write a program with that reads characters from an input file, converts them to upper case and writes them to an output file. It will also need to count the number of characters and the number of lines in the input file and display them to the screen in a reader friendly format.
Note: Include an input and output function.