You are on page 1of 1

Text

Start

read sl

total = 0

total = count
count < 10 Yes write total
*100

No

total =
count < 50 Yes write total
10*100+(count-10)*100*90%

No

total =
count < 100 Yes write total
10*100+40*90+(count-50)*70

total =
No write total
10*100+40*90+50*70+(count-100)*50

End

You might also like