Computer Science for IGCSE & O level - Programming (Section 11 - No. 15)

Which operators can be used to perform calculations?
Addition (+)
Subtraction (-)
Comparison operators (>, <, ==)
Exponentiation (^ or **)

Explanation

Arithmetic operators include addition, subtraction, multiplication, division, and exponentiation. Comparison operators are not for calculations, they are used for comparisons.

Comments (0)

Advertisement