Concept Flow - Arithmetic operators
Start
Read operands
Choose operator: +, -, *, /, %
Perform calculation
Store/Display result
End
The program starts by reading two numbers, then chooses an arithmetic operator to perform the calculation, and finally shows the result.