The simple calculator program allowed me to explore decision-making in C in a practical way. Using switch–case made it easy to manage multiple operations within a single block. This helped me understand how C handles condition-based execution. It was a clear demonstration of how decisions shape program behavior. https://docs.vultr.com/clang/examples/make-a-simple-calculator-using-switch---case