Exercise v1.3

Exercise:

Choose the correct comparison operator to display "true", when:
5 is less than 7.

Hint: Use the less than operator.

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