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
Correct Answer:
Verified
Q23: The expression Integer.TryParse("12.5", intNbr) performs the following:
A)
Q24: The expression Single.TryParse("12.5", sngNbr) performs the following:
A)
Q25: Which of the following operators takes a
Q26: It is not possible to use a
Q27: Which change would correct the syntax error
Q29: The expression IsNumeric(13.75) returns the value _.
A)
Q30: If a form contains two radio buttons
Q31: It is possible to compare the return
Q32: Which statement copies a string from a
Q33: If the Boolean expression on the left
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents