Can anyone tell me what i'm doing wrong the code is suppose to take a grade and loop until it receives anything that is not a grade. it compiles with no errors.
when it runs it will take any grade and stay stuck. Anything that isnt a grade will reply incorrect but not exit the while.
how can i set that eof value i thought the eof was like a built in function with a preset value that couldnt be changed. do i set default to say grade = eof to break?