Relational operations in a programming language
x

What a relational operation does

What a relational operation does

Flow diagram showing operands age and 13 entering the comparison age >= 13, producing TRUE or FALSE, which feeds an IF condition

Start by reading a comparison as a yes or no question. In age≥13age \ge 13age≥13, the program asks whether the value stored in ageageage is at least 13.

Relational operations in a programming language Lesson

  1. GCSE
  2. /Computer Science
  3. /Relational operations in a programming language