If you are struggling to understand your compile errors I will try to make a list here of the most common ones. This list can be updated as the course runs and we find the most common errors...
;". CHECK We have written at the top of the code the statement:
using namespace std;
or have prefixed all standard library data types and functions with std::
int/int remember that it will return an int!!!