Flow Chart Worksheets - Ca Swapnil Patni Page 8

ADVERTISEMENT

FLOWCHART
Customer Type
Subject
Discount (%)
Book Seller
Accounts
10
Computer
20
Library
Accounts
5
Computer
10
if number of copies purchased is more than 10, then additional discount of 2% is allowed irrespective of the customer type and
subject
it is also assumed that there are 25 customers and complete details of each customer like customer name, type, subject, number of
copies and unit price is required to be entered through the console
draw a program flowchart to calculate and print the net amount paid by each customer along with customer name. also print the
total discount allowed to all the customers
Question 7
A laborer in a manufacturing company gets his wage as per following calculations:
Basic Pay= 10 * N If N <=10
= 12 * N If N <=15
= 15 * N If N >15
He is also awarded a quality related bonus as per following norms:
if QI <= 0.5
Bonus=0.0
if QI <= 0.75
Bonus=10% of basic pay
if QI <= 0.9
Bonus=20% of basic pay
if QI > 0.9
Bonus=30% of basic pay
CA SWAPNIL PATNI
Page 8

ADVERTISEMENT

00 votes

Related Articles

Related forms

Related Categories

Parent category: Education