Programming (Year 12)
Control Structures
Which statement correctly checks if a variable x is greater than 10?
if (x > 10):
if x > 10:
if x > 10 then:
check x > 10: