Which of the following conditions will evaluate to True when the intPackages variable contains the value 100?

A. If intPackages = 100 Then

B. If intPackages <> 0 Then

C. If intPackages > 1 Then

D. All of the above would evaluate to True.