Swift - Data Types
What will be printed by this Swift code?
let a = true
let b = false
let c = true
print(a && b || c)
let a = true
let b = false
let c = true
print(a && b || c)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions