Wyo C++ - Ch. 4 Notes

Objective #1: Understand the different variable types used in C++ and how they differ from constants.

Objective #2: Be able to write declaration statements that declare variables. Also be able to write initialization statements that initialize variables.

Objective #3: Use constants.

Objective #4: List and explain the 5 steps of the Programming Process. (This objective is from Ch. 2 of our textbook.)

Objective #5: Explain and appreciate the importance of using good C++ coding style.