What value will be assigned to decCommission after the following code executes?
``` Dim decMonthlySales, decCommRate, decCommission as Decimal
decMonthlySales = 6500.00
Select Case decMonthlySales
Case Is < 1000
decCommRate = 0.05
Case 1000 to 9999.99
decCommRate = 0.10
Case Is >= 10000
decCommRate = 0.15
End Select
decCommission = decCommRate * decMonthlySales
```
a. 0.00
b. 325.00
c. 650.00
d. 925.00
c. 650.00
You might also like to view...
In a passive attack, cryptanalysts eavesdrop on transmissions but don't interact with parties exchanging information.
Answer the following statement true (T) or false (F)
Text that appears at the bottom of every slide is called a footer
Indicate whether the statement is true or false
In the accompanying figure Item 4 points to a selection in the ____.
A. Table Options Group B. Format Table Gallery C. Table Styles Gallery D. Table Sort Options
A VPN concentrator is used for which of the following purposes?
A. MAC filtering B. Content filtering C. Secure network access D. Connectivity troubleshooting