Exercise v1.3

Exercise:

Choose the correct comparison operator to display "true", when:
10 is NOT equal to 8.

Hint: Use the != operator.

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com