Question: Write a Python program that calculate the bill discount based on the customer type according to the following table. Customer Type Employee Type Discount
Write a Python program that calculate the bill discount based on the customer type according to the following table. Customer Type Employee Type Discount Doctor Nurse Police Teacher Other N/A Employee 10% 10% 10% 5% 0% 15% Student To calculate the final bill amount use the formula: Total = BillAmount - (BillAmount * Discount)
Step by Step Solution
There are 3 Steps involved in it
Below is a simple Python program that calculates the bill discount based on the customer type def ca... View full answer
Get step-by-step solutions from verified subject matter experts
