Question 1
What is a compound Boolean expression?
Question 2
What is the result of the expression $true && false$?
Question 3
Which expression is true when $x$ is between $5$ and $10$, not including the endpoints?
Question 4
In Java, what is the main purpose of using a compound Boolean expression in an $if$ statement?
Question 5
What does the expression $x < 0 || x > 100$ mean?