Question: Python Write a program for FPM CarPark Sdn Bhd to perform the following : The program will allow the user to input number of customers
Python Write a program for FPM CarPark Sdn Bhd to perform the following : The program will allow the user to input number of customers and the hours parked for each of the customer. Your program is based on these requirements: A function name Charges() is to calculate the parking charge for a particular customer. The company charges RM2.00 minimum fee to park for up to one hour. An additional RM0.50 will be charged for each hour exceeding the first one hour. A function named Total() will accumulate the total charges for all the customer
A function named Display() to print all the total charges for all the customer
Python
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
