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

What is the result of this comparison: `5 <= 5`?
True
False
Error
5

Explanation

5 is less than or equal to 5, so the statement is True.

Comments (0)

Advertisement