I have a program that extracts data from a file, does calculations, and then outputs the original contents plus some new data in an output file. Both files are .txt files created in notepad with nothing but text. What I cannot figure out, though, is what code I need to type in in my editor in order for my output file contents to be displayed in/on the console. Is there any way to accomplish this? I mean, I know it's possible to extract data from a file, do calculations in the editor, compile, and then display the new stuff on the console, so I figure there must be a way to do what I'm asking..