a retail shop offers discounts to its customers according to the following rules:

purchase amount >=ksh. 10000- give 10% discount on the amount
ksh. 5000<=purchase amount <ksh. 10000- give 5% discount on the amount
ksh. 3000<=purchase amount <= ksh. 5000- give 3% on the amount
0<purchase amount <ksh. 3000- pay full amount.
write a flowchart and Pascal program code that asks for the customers purchase amount, then use if statements to recommend the appropriate payable amount