Question: 9. A procedure should calculate a 2.5% commission when the strCommType variable contains the string Prime (in any case); otherwise, it should calculate a 2%
9. A procedure should calculate a 2.5% commission when the strCommType variable contains the string “Prime” (in any case); otherwise, it should calculate a 2% commission. The commission is calculated by multiplying the commission rate by the contents of the dblSales variable. Display the commission in the lblComm control. Draw the flowchart and then write the Visual Basic code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
