Swift - Optionals
Identify the error in this Swift code snippet:
var score: Int? = 10 print(score * 2)
var score: Int? = 10 print(score * 2)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions