Question: 2. question Create a condition for an if statement that will evaluate as true only if variable x is not within the range 10 to
2. question Create a condition for an if statement that will evaluate as true only if variable x is not within the range 10 to 20 (inclusive) and variable y is not within the range 20 to 30 (inclusive). Which of the following is the correct condition to use? a) ((x20) 11 (y30)) b) ((x=20) && (y=30)) c) ((x20) && (y30) d) ((x20) && (y30)) correct answer: a correct answer: b correct answer: correct answer: 0 Bo birak
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
