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