Computer Science, asked by anamitrachatterjee04, 6 months ago

Draw a flowchart for the following.

A shop will give a discount of 15% if the purchase amount

is more than 15000, otherwise no discount will be given. Find

and display the net amount.

(Net amount = Purchase amount – Discount)


Tell fast test is going on..

Answers

Answered by Anonymous
6

Answer:

  • Price of TV=15000 after successive discount of 15% and 12%
  • ⇒15000×(1−
  • 100
  • 15
  • )×(1−
  • 100
  • 12
  • )=Rs.11220
  • Python | if elif example: Here, we are implementing a program, it will input sale amount and calculate the discount based on input amount.
Similar questions