QUESTION IMAGE
Question
- write a comparison that checks if score is not equal to 100.
Step1: Use the inequality operator
In programming, the operator for "not equal to" is !=.
So the comparison is score != 100.
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
score != 100