Which operator is used to combine multiple conditions in an if statement?
|| (logical OR)
||
&& (logical AND)
&&
! (logical NOT)
!
= (assignment)
=