Jack sells fish for 149.95 per kg and gives discount of 15% to a customer who buys more than 5 kg. Design a program in Python that accepts the number of kilograms a customer bought and display the computed costumer's amount due.
Answers
Answer:
Jack sells fish for 149.95 per kg and gives discount of 15% to a customer who buys more than 5 kg. Design a program in Python that accepts the number of kilograms a customer bought and display the computed costumer's amount due.Jack sells fish for 149.95 per kg and gives discount of 15% to a customer who buys more than 5 kg. Design a program in Python that accepts the number of kilograms a customer bought and display the computed costumer's amount due.
Explanation:
Jack sells fish for 149.95 per kg and gives discount of 15% to a customer who buys more than 5 kg. Design a program in Python that accepts the number of kilograms a customer bought and display the computed costumer's amount due.Jack sells fish for 149.95 per kg and gives discount of 15% to a customer who buys more than 5 kg. Design a program in Python that accepts the number of kilograms a customer bought and display the computed costumer's amount due.