Also, FYI, when you see an error message like this
the program is looking for semi-colon prior to a void function, and can’t find it. Hence the error message.
Also, FYI, when you see an error message like this
the program is looking for semi-colon prior to a void function, and can’t find it. Hence the error message.