A good answer might be:
Enter your age 16 Child rate Enjoy the show | ||||||||||||||
Boolean Expressions
We need to look at the condition part of the if statement. Usually this will be a boolean expression. Recall that an expression is is a combination of literals, operators, variables, and parentheses used to calculate a value.A boolean expression is an expression that evaluates to true or false.Boolean expressions often make comparisons between numbers. A relational operator says what comparison you want to make. (If you have trouble seeing the two equal signs, try changing the font that your web browser is using. A sans-serif font usually works best.) | ||||||||||||||
QUESTION 11:Click Here after you have answered the question |