Write a C++ program that will read all of the numbers in the file, print them to the screen, and add them up and print the sum to the screen. You have to create a plain text file as input in order to test this program. TIME PERMITTING: Send all output both to the screen and to an output file.