QUESTION IMAGE
Question
multiple choice (1 - 10)
- which of the following is a comparison operator?
a. + b. == c. = d. ()
Brief Explanations
+is an arithmetic operator for addition.==is a comparison operator used to check if two values are equal.=is an assignment operator used to assign a value to a variable.()is used for function calls or grouping in expressions.
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
B. ==