Computer Science for IGCSE & O level - Programming (Section 10 - No. 22)
Which of the following is used to denote 'greater than or equal to' in many programming languages?
>
<=
>=
==
Explanation
'>=' is used to represent 'greater than or equal to'.
Comments (0)
