Key syntax elements for lab 2

The C++ syntax we will focus on for lab 2 includes function definitions (including prototypes), calls, returns, if/else if/else statements, and basic error checking/handling for scanf and cin.