Those two behave in the same way if you drop the parentheses:
1. statement if (condition || something)
2. (statement if condition) or something
Those two behave in the same way if you drop the parentheses:
1. statement if (condition || something)
2. (statement if condition) or something