Conditionals

Conditionals are code structures used to test if an expression returns true or not. A very common form of conditionals is the if ... else statement. For example: