Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Swift
easy
Swift
optionals and unwrapping
Single-choice MCQ
Why does line 2 fail to compile?
let score: Int? = 10 let doubled = score * 2