Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design a python program to calculate the bill for a newly opened Airport Car parking center, where the center charges its customers based on the

image text in transcribed

image text in transcribed

Design a python program to calculate the bill for a newly opened Airport Car parking center, where the center charges its customers based on the following fare details. Day basis 100/day, weekly plan 600/week, monthly plan 2200/month, yearly plan 22000/year. If monthly plan is selected, then for that month, client can park and take vehicle as many times needed. Same applies for weekly/yearly plan. On the day of parking, client has to make the payment based on plan chosen, extra amount if any has to be paid while taking the vehicle. If client goes for 11 days trip, charge would be 600[payment 1]+400[payment 2]=1000 Rs under Weekly plan. Input Format Number of cars Car 1 registration number Plan[Day/Week/Month/Year] NumberOfDays Car n registration number Plan[Day/Week/Month/Year] NumberOfDays Output Format Payment for Car 1 BalancePayment for Car 1 Payment for Carn Balance Payment for Carn Balance Payment for Carn Sample Input: 2 TN23AB1001 Day 5 TN23AB2002 Week 11 Output: Payment1 for TN23AB1001 100 Balance Payment 400 Payment1 for TN23AB2002 600 Balance Payment 400

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2014 Administration

Authors: Adam Jorgensen, Bradley Ball

1st Edition

111885926X, 9781118859261

More Books

Students also viewed these Databases questions