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:

Verified
Correct Answer:
Verified
Related Questions
Q34: Complete the chart shown below.<br>
Q35: Consider the expression 3 * 2 ^
Q36: Which of the following has the most
Q37: Which of the following statements assigns the
Q38: Write an If...Then...Else statement that displays the
Q40: The Not operator would make a True
Q41: The following sample of code contains errors.
Q42: An application needs to calculate a discount
Q43: The following sample of code contains errors.
Q44: If the intQuantity and decPrice variables contain