Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

multiple choice (1 - 10) 1. which of the following is a comparison oper…

Question

multiple choice (1 - 10)

  1. which of the following is a comparison operator?

a. + b. == c. = d. ()

Explanation:

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.

Answer:

B. ==