13.2 — Unscoped enumerations
C++ contains many useful fundamental and compound data types (which we introduced in lessons and ). But these types aren’t always sufficient for the kinds of things we want to do. For example, let’s say you’re writing a program that needs to keep track of whether an apple is red, …