Programming (Year 11)
Conditional Statements
Which of the following statements will check if 'x' is greater than 10?
if x > 10:
if (x > 10)
if x > 10 then
if x is greater than 10: