Swift - Operators and Expressions
What will be the output of this Swift code?
let a = true let b = false print(a || b && !b)
let a = true let b = false print(a || b && !b)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions