Which of the following expressions evaluate to True? (Choose two.)
Show answer and explanation
Correct answers: B, D
The length of a string containing a space is greater than zero. The escape sequence for a single quote represents one character, so its string length is 1. The other expressions are false because character codes and case-sensitive comparisons do not produce the expected values.


