The simple calculator program showed me how clean and effective the switch–case statement can be in C. It allowed me to organize each operation separately while keeping the program easy to read. This project taught me how structured decisions make programming more efficient. It was a practical demonstration of good coding style. https://docs.vultr.com/clang/examples/make-a-simple-calculator-using-switch---case