Solved

If DblMiles >= 500 Then DblMiles = DblMiles * 0

Question 39

Multiple Choice

If dblMiles >= 500 Then dblMiles = dblMiles * 0.45
Else
DblMiles = dblMiles * 0.25
End If
The dblMiles variable contains the number 575 before the code above is processed.What value will be in the variable after the code is processed?


A) 0
B) 143.75
C) 225
D) 258.75

Correct Answer:

verifed

Verified

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

Related Questions