Solved

If You Want a Loop to Quit Iterating If X

Question 29

Multiple Choice

If you want a loop to quit iterating if x < 10 and y > 3, what would be the proper loop condition test?


A) x < 10 && y > 3)
B) x >10 || y < 3)
C) x >=10 && y <=3)
D) x >=10 || y <=3)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions