OR function is very useful to check if any of the condition is True. OR function returns TRUE if any pf the expressions passed as its arguments are true, it return FALSE if all the expressions are False.

OR function is very useful to check if any of the condition is True. OR function returns TRUE if any pf the expressions passed as its arguments are true, it return FALSE if all the expressions are False.