QUESTION IMAGE
Question
- which operator checks if one value is less than another? a. <= b. >= c. < d. !=
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.
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. <