Exercise:

Use the if statement to output some text if 5 is greater than 2.

Syntax hint: if (x > y)

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