The Declarations Section

Example:

// PI never changes (and rightly so!)
const float PI = 3.1415;
const int DAYS_IN_WEEK = 7;
Previous page
Next page

Back to Lesson 2 Index
Back to Outline