Solved

If IntQuantity >= 10 Then      DblTotal = IntQuantity

Question 32

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions