QUESTION IMAGE
Question
- which operator checks if values are not equal? a. == b. = c. != d. <>
Brief Explanations
In programming, the != operator is used to check if two values are not equal. The == operator checks for equality. The = is an assignment operator. The <> is not a standard operator in most common programming languages for this purpose (though in some older languages like VBA it was used, but != is more widely - used and standard in modern programming).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. !=