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