Swift - Operators and Expressions
Find the error in this Swift code snippet:
let a = 15
let b = 25
if a !=! b {
print("a is not equal to b")
}let a = 15
let b = 25
if a !=! b {
print("a is not equal to b")
}!=! does not exist in Swift.!= only.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions