Programming and Microcomputer Systems

Donldl
q10programming_algorithm.doc

Study the algorithm below and then modify the algorithm to print the sales amount for all ten salespersons. Review the algorithm, identify the inaccuracies, insert the corrections, save the document, and submit the document for grading.

repeat 5 times:

get the salesperson’s name and sales amount

calculate the bonus amount by multiplying the sales amount by 3%

print the salesperson’s name and bonus amount

end repeat