Working on a simple calculator showed me how decision-making is handled in C using switch–case. Each case represented a clear path for the program to follow. This helped me understand how different conditions trigger different operations. It made me more confident in writing conditional logic. https://docs.vultr.com/clang/examples/make-a-simple-calculator-using-switch---case