If & Else Statements
If & Else statements
Control flow is controlling which lines of code run in a program
With conditionals such as if, else
Always going to run:
Surrounding conditionals with paranthesies:
Last updated