Write in English when you think the following expressions will be executed (when will evaluate to be true) Name ___________________________ 1. if (A || !B) 2. if (!A && B) 3. if (!(A || B)) 4. if (!(A && B)) 5. if (!A || !B) 6. if (!A && !B)