I am new learner towards C++ and is doing my tutorial question. I simply dunno what is gong on with my program. must be some stupid mistakes I have done. please help me.
I would guess it means that else (basic >=3501) isn't a valid code construct. An else is not governed by a condition. Either make it elseif (basic >=3501) or just else.