For a basic c++ class I have to use a text file for input. I have the basic framework down but need help with a function call. The code for the function header for doAddition was provided as was the code to open the file. I need to know what to put in the function call for doAddition so I can send it the open text file.