Let’s do a big picture overview of programming. What is programming? Why does syntax have to be so exact? Programming is about logical thought, that step-by-step details of how to do a task. You are capturing those details in a sequence such that the computer can then understand and execute it.
