Swift - Basics and Runtime
What will be the output when running this code in Swift Playgrounds?
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