Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

5. which operator checks greater than or equal to? a. > b. < c. >= d. <=

Question

  1. which operator checks greater than or equal to? a. > b. < c. >= d. <=

Explanation:

Step1: Analyze each option

  • Option a: > checks if one value is greater than another, not greater than or equal to.
  • Option b: < checks if one value is less than another.
  • Option c: >= is the operator that checks if one value is greater than or equal to another.
  • Option d: <= checks if one value is less than or equal to another.

Answer:

C. >=