Concept Flow - Comparison operators
Start with two values
Apply comparison operator
Evaluate condition: true or false
Use result in program (e.g., if, loop)
End
Comparison operators check how two values relate and return true or false, guiding decisions in the program.