To test whether x is between 10 and 100 , which of the following expressions are correct?
a. 100 > x > 10
b. (100 > x) && (x > 10)
c. (100 > x) || (x > 10)
d. (100 > x) and (x > 10)
e. (100 > x) or (x > 10)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.