Working on a simple calculator taught me how decision flow works in C. The switch–case structure allowed the program to respond differently based on user input, making the logic easy to follow. This exercise helped me understand branching clearly. It was a great introduction to writing dynamic and interactive code. https://docs.vultr.com/clang/examples/make-a-simple-calculator-using-switch---case