If Statement comprises of a piece of code that only executes when the if statement's condition is TRUE. If the condition is FALSE, then the condition will not be executed. In simple terms, it use to ...
"\"Hey if this case happens, perform some action. Else, if another case happens, perform some other action. Else, if *none* of the above cases happened, perform this action.\"\n", ...