Working on a simple calculator in C showed me how powerful the switch–case statement can be for controlling flow. It simplified handling different arithmetic operations and improved my understanding of branching. The project strengthened my ability to break problems into small, manageable steps. It highlighted how clean logic makes coding easier. https://docs.vultr.com/clang/examples/make-a-simple-calculator-using-switch---case