Need help understanding how to read numbers from a text file, and square rooting those numbers to an outfile. Had missed class today and am utterly lost.
Can someone also help me?
I have an exam tomorrow and I am required to read numbers from a text file that is already created and store it in a new text file that I have to create using code.
Create a notepad file called "rawmarks.txt" and store it in your Visual studio project folder. Populate it manually with data (ID, Course code, Marks). You are required to write C++ code to read in the values from the text file, process the data and create a summary file called "processedmarks.txt".