The calculator program gave me a clear example of how logical branching works in C. Each operation became a separate branch controlled by switch–case. This helped me understand how the program chooses different paths efficiently. It was a simple project that taught an important core concept. https://docs.vultr.com/clang/examples/make-a-simple-calculator-using-switch---case