Answer:
D. All of the above would evaluate to True.
Step-by-step explanation:
When the intPackages variable contains the value of 100. It means:
- It's equal to 100, so A is true.
- It's not equal to 0, so B <> 0 is true
- 100 is larger that 1, so C > 1 is true
So the correct answer is D. All of the above would evaluate to True.