The simple calculator program in C
was my introduction to writing structured, logical code. Through this project, I learned how to use the switch...case statement, process user input, and perform arithmetic operations effectively. It strengthened my understanding of program design and encouraged me to pursue more complex and interactive projects in C. https://docs.vultr.com/clang/examples/make-a-simple-calculator-using-switch---case