So, I have been learning C++ for about a week or so in a camp. I started learning File I/O. The website the camp uses to teach us gave me a file (posted below) and told me to in simple terms make a copy of the file by reading the original and writing it to another .txt file. I used to sources below to get as far as I did but I do not know where to go from here. The sources below used examples that I did not understand due to explanations that didn't make sense to me. Below, the code so far creates the file sample_scores2.txt but doesn't write to it nor print the contents to the console.