Swift - Variables and Constants
How would you fix this Swift code to run correctly?
let a = 3 let b = 4; print(a + b)
let a = 3 let b = 4; print(a + b)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions