Question: 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.
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
3.35 Rating (164 Votes )
There are 3 Steps involved in it
The name of the variable that stores the commission may vary Its also possible that t... View full answer
Get step-by-step solutions from verified subject matter experts
