Swift - Data Types
What will be the output of this Swift code?
let number: Int = 10 let text: String = "10" print(number == Int(text)!)
let number: Int = 10 let text: String = "10" print(number == Int(text)!)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions