Multiple Choice
If intQuantity >= 10 Then dblTotal = intQuantity * 2.5
Else
dblTotal = intQuantity * 3.5
End If
The intQuantity variable contains the number 8 before the code above is processed. What value will be in the dblTotal variable after the code is processed?
A) 0
B) 20
C) 28
D) 35
Correct Answer:

Verified
Correct Answer:
Verified
Q27: String comparisons in Visual Basic are case-sensitive.
Q28: Explain what happens when you use the
Q29: _ operators allow you to combine two
Q30: In Visual Basic, _ is the greater
Q31: A variable that has block scope can
Q33: You create a Random object by declaring
Q34: Truth tables summarize how the computer evaluates
Q35: Within a Visual Basic expression, logical operators
Q36: Another term for a selection structure is
Q37: The Pseudo-random number generator produces a sequence