Swift - Data Types
What will be printed by this Swift code?
let a: Double = 3.7 let b: Int = Int(a) print(b)
let a: Double = 3.7 let b: Int = Int(a) print(b)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions