Creating a simple calculator showed me how input is processed and converted into output using structured logic in C. The switch–case statement helped me map each choice to the correct operation. This improved my understanding of how programs make decisions. It made coding feel much more intuitive and logical. https://docs.vultr.com/clang/examples/make-a-simple-calculator-using-switch---case