Swift - Variables and Constants
Identify the error in this Swift code:
let a = 10 let b = 20 print(a + b)
let a = 10 let b = 20 print(a + b)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions