The simple calculator program taught me how user-controlled logic works in C. Based on the input, the program jumped to the right case and performed the correct operation. This helped me understand how interactive programs respond to user choices. It made coding feel more engaging and practical. https://docs.vultr.com/clang/examples/make-a-simple-calculator-using-switch---case