Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

23. write a comparison that checks if score is not equal to 100.

Question

  1. write a comparison that checks if score is not equal to 100.

Explanation:

Step1: Use the inequality operator

In programming, the operator for "not equal to" is !=.
So the comparison is score != 100.

Answer:

score != 100