A transport company charges for the parcels of its customers as per the following specifications given below:
Weight (in Kg) Charge per Kg
Upto 10 Kgs Rs.25 per Kg
Next 20 Kgs Rs.20 per Kg
Above 30 Kgs Rs.10 per Kg
Write a program to accept the weight of the parcel and calculate the appropriate charge for that using given
criteria.
Answers
Answered by
0
Answer:
q
Beginners find it difficult to write algorithm and draw flowchart. ... variable names are used to store the values. ... Note: We can use keyword INPUT or READ or GET to accept input(
Answered by
1
Answer:
Attachments:
Similar questions