Concept Flow - Relational operators
Start
Evaluate left operand
Evaluate right operand
Apply relational operator
Result: true or false
Use result in condition or output
End
Relational operators compare two values and produce true or false, which can be used in conditions or printed.