Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 1 - No. 30)

What type of operator is used in pseudocode for comparing the values?
Less than (<)
Plus (+)
Equals (=)
Greater than (>)

Explanation

These are comparison operators. The + sign is used for addition, not comparison.

Comments (0)

Advertisement