2.4. Conditional Test

In each if statements, for any programming language, there is an expression that can be processed as True or False. This is called a conditional test. This True or False value decides whether the if statement should be executed or not.