Creating a simple calculator was a beginner-friendly way to understand flow control in C. The switch–case structure demonstrated how the program chooses different paths depending on the user’s action. This made programming feel more logical and predictable. It was an ideal starter project for learning structured coding. https://docs.vultr.com/clang/examples/make-a-simple-calculator-using-switch---case