C:\Users\Zachary\Desktop\C++\Program 1.cpp:
Error E2379 C:\Users\Zachary\Desktop\C++\Program 1.cpp 72: Statement missing ; in function main()
I found another post on this but he doesn't seem to understand that their is three major codes that need to be accounted for not two. Any help would be much appreciated.
the reason for this error is that, for else clauses, you cannot give a condition( else(....){} is wrong) it must be an else if, or an else without condition.