Statements and Comments

The Preprocessor Directive is an important part to understand the code we are writing because it uses people’s code from the past so ours can make sense to the computer.
The Main function is part of the code that directs the computer through the code to make sure it goes in the proper order and is doing the right thing
The Expression statements are expressions that end with a semi-colon (:wink:
Declaration Statements are declaring variables
And a return statement is saying that the code is done and can now end

1 Like

Privacy & Terms