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