Swift - Variables and Constants
What is the output of this Swift code?
let x = 2; let y = 3 print(x * y)
let x = 2; let y = 3 print(x * y)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions