Concept Flow - Arithmetic operators
Start
Evaluate operands
Apply operator (+, -, *, /, %)
Compute result
Use result in expression or output
End
This flow shows how Kotlin evaluates arithmetic expressions by first evaluating operands, then applying the operator to compute the result.