Concept Flow - Relational operators
Start
Evaluate Left Operand
Evaluate Right Operand
Compare using relational operator
Result: true or false
Use result in program
End
Relational operators compare two values and return true or false based on the comparison.