If -else Statement
An if-else statement allows a program to do one thing if a condition is true and a different thing if the condition is false.
Statements to be executed for if and else can be a single statement or multiple statements enclosed in { }.