Swift - Data Types
Identify the error in this Swift code snippet:
var score: Int = "100" print(score)
var score: Int = "100" print(score)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions