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