Key syntax elements for lab exercise 3

The C++ syntax we will focus on for lab 3 includes a recap of function definitions (including prototypes, calls, and returns), plus if/else if/else statements, basic error checking/handling for cin, and the boolean data type.