Swift - Data Types
What is the output of the following Swift code?
let a = true let b = false print(a || b && !a)
let a = true let b = false print(a || b && !a)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions