Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following if statement conditions will check if x or y is equal to 8?
if (x == 8) | (y == 8)
if x | y == 8
if ~(x == 8) & ~(y == 8)
if 8 == x | y
if 8 == x & y
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!