Statements & loops

Statements

Very often when you write code, you want to perform different actions for different conditions. You can use conditional statements in your code to do this.