very simple. It's so simple that I can't imagine anything possibly going wrong.
But, oh no. at "int main(void); {", I am told that I have a syntax error, that "Void" was not declared in this scope, that there was an expected unqualified-id before the '{' token, and that I had an unused declaration of function main.
I don't understand what I am doing wrong. Can someone who does please help me?