Computer Science for IGCSE & O level - Programming (Section 9 - No. 30)

Which statement represents a logical decision in a program?
x = 5
print("Hello")
IF x > 10 THEN
loop

Explanation

The IF statement lets the code make a decision.

Comments (0)

Advertisement