CS Discoveries | If Statements https://studio.code.org/docs/csd/if_statements/index.html
Understanding Program FlowPrograms are said to have a „flow of execution“. You start by executing a line of code, then the next, then the next, and so on.
The program does one thing if the condition is true, and something else if the condition