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 return true or false, which can be used in conditions or printed.