Building a simple calculator gave me a beginner-friendly introduction to flow control in C. The switch–case structure guided the program based on user input, making the logic predictable and clear. This project taught me how programs choose different paths. It was a great starting point for understanding control structures. https://docs.vultr.com/clang/examples/make-a-simple-calculator-using-switch---case