Write a Boolean expression that evaluates to true if age is greater than 13 and less than 18.
Answers
Answered by
0
solution: Here the expression ( 14 > 13) && ( 14 < 18 )
evaluates to true.
Because (14>13) evaluates to true, ( 14 <18) evaluates to true. And true && true is true.
Answered by
0
Answer:
write a boolean expression that evaluates to true if age is greater than 13 and less than 18.
Similar questions
Science,
9 days ago
Math,
9 days ago
Environmental Sciences,
19 days ago
Social Sciences,
19 days ago
Social Sciences,
9 months ago
English,
9 months ago