Question: etermine the control structure(s) that should be used and express it in a pseudocode format. The syntax does not have to be exactly correct, but
etermine the control structure(s) that should be used and express it in a pseudocode format. The syntax does not have to be exactly correct, but it does have to be sufficient so that I can tell that you understand the concept.
Example - Test a value named Color. If Value is Red, print STOP, if value is Yellow, print SLOW, if value is Green, print GO! If (Color=Red) then Print STOP Else if (Color = Yellow) then Print SLOW Else Print Go! End if
Question:
Write the control structure to calculate a commission. The commission is 3% for anything under 10,000, 5% for anything between 10,000 and 20,000 and 6% for anything over 20,000.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
