Thanx....however, after I remove the semi-colon, I receive an error message:
error C2143: syntax error : missing ';'before '}'
That's what i get after compiling the program(it shows up as an error for line 33).
I agree that's the semicolon causing the problem, see below my new code.... and I have two problems:
Why does it only print the profile for "Kenez" from my inFile? Secondly, in my outFile, it only print's out data for "Kenez" and it places the "Letter Grade", for Kenez in a separate line? Below are my inFile & outFile.