Creating a simple calculator in C helped me understand why structure matters in programming. Using switch–case made the code organized, readable, and easy to expand. This project taught me the value of planning before writing code. It showed how structured logic leads to cleaner and more effective programs. https://docs.vultr.com/clang/examples/make-a-simple-calculator-using-switch---case