Transcription: An enumeration gives names to a set of integer constants. These names can then be used instead of the integer constants. You can use enumerations in situations where only certain values are valid for your program or as an aid to program documentation.