Skip to content

Age Constants

The following constants are used to identify ages.

Age Constants
1
2
3
4
5
extern const int cAge1 = 0;
extern const int cAge2 = 1;
extern const int cAge3 = 2;
extern const int cAge4 = 3;
extern const int cAge5 = 4;