Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

9. which operator checks if one value is less than another? a. <= b. >=…

Question

  1. which operator checks if one value is less than another? a. <= b. >= c. < d. !=

Explanation:

Step1: Analyze each option

  • Option a: <= checks if one value is less than or equal to another.
  • Option b: >= checks if one value is greater than or equal to another.
  • Option c: < checks if one value is less than another.
  • Option d: != checks if two values are not equal.

Answer:

C. <