2 lines
90 B
Text
2 lines
90 B
Text
// create an enumeration with named constants
|
|
enum class Fruits { apple, banana, orange }
|