Ask Question
1 December, 16:26

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.

+5
Answers (1)
  1. 1 December, 16:36
    0
    D. All of the above would evaluate to True.

    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.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which of the following conditions will evaluate to True when the intPackages variable contains the value 100? A. If intPackages = 100 Then ...” in 📗 Physics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers