QUESTION IMAGE
Question
- which operator checks greater than or equal to? a. > b. < c. >= d. <=
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.
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. >=