If statement
The keyword "if" tells the compiler that what follows is decision control statement.
"If" statement is a conditional branching statement. In conditional branching statement a condition is evaluated,if it is evaluate true a group of statement is executed,or if it is evaluate false then statement are skipped.