Building a simple calculator in C gave me hands-on practice with handling user input. I learned how to read values, identify the chosen operation, and respond with the correct output. The switch–case structure simplified the entire process. It was a simple yet effective lesson in creating interactive programs. https://docs.vultr.com/clang/examples/make-a-simple-calculator-using-switch---case