Programming (Year 11)
Conditional Statements
What does 'if x > y:' do in a program?
It checks if x is less than y
It checks if x is greater than or equal to y
It checks if x is greater than y
It assigns x to y
Next