Swift - Data Types
Find the error and fix it in this Swift code:
let a: Int = 8 let b: Double = 2.0 let c: Int = a + Int(b)
let a: Int = 8 let b: Double = 2.0 let c: Int = a + Int(b)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions