QuizBeginner
Enum as a Type Annotation
See how an enum name can be used to type variables and parameters.
Given `enum Size { Small, Large }`, which variable declaration is valid?
See how an enum name can be used to type variables and parameters.
Given `enum Size { Small, Large }`, which variable declaration is valid?