Posts Tagged ‘10558’
Given the boolean variable isFullTimeStudent and the integer variable age , write an expression that evaluates to true if age is less than 19 or isFullTimeStudent is true .
LANGUAGE: C++ CHALLENGE: Given the boolean variable isFullTimeStudent and the integer variable age , write an expression that evaluates to true if age is less than 19 or isFullTimeStudent is true.
Read More