The if Statement is a way of controlling the execution of a statement that follows it. The if statement evalutates an expression found between parenthese-if this expression results in a true value, the statement is executed. Otherwise, the statement is skipped entirely.This functionality enables scripts to make decisions based on any number of factors....