A small amount of explanation on spacing and indentation, single and multi-line comments, syntax errors.
Questions:
1) What is the purpose of a comment?
2) What symbols do you use to surround a multi-line comment?
3) What symbols do you place to the left of a single line comment?
4) What color will Visual Studio turn comments by default?
5) When will you get a syntax error?
6) What information is provided by the error list to help you determine how to correct problems?
7) Why are certain words turning blue?
8) What do blue words mean for you as the programmer?