Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Swift
easy
Swift
enums with associated values
Single-choice MCQ
Why does this enum declaration fail to compile?
enum Reading: Int { case low(Int) case high(Int) }