BIKE RENTAL SYSTEM Implementation of the bike rental system in python using object oriented programming. In bike rental system, customers will see whether there are available bikes on the shop and...

1 answer below »
I would like the expert that wrote the project topic description (Order No:103533) to write the code for the topic he/she chose. See the attached for what needs to be covered/done.Note: Python --> Object-Oriented Prog





BIKE RENTAL SYSTEM Implementation of the bike rental system in python using object oriented programming. In bike rental system, customers will see whether there are available bikes on the shop and bikes are rented on hourly bases of $5 per hour, on the daily bases of $20 per day and on the weekly bases of $60 per week. There is a family rental where a promotion includes from 3 to 5 rentals with 30 % discount on the total price. When customer returns the bike, the shop will present a bill. There should be a display screen for presenting the available bikes on the shop and also can take requests based on different bases by checking the bikes availability. Here we are assuming that request of customers should be one type for example it can be hourly, monthly etc. A validation should be checked that the requested bikes should be less than available ones. Implement a class with all the functionalities including the renting and issuing of the bills made for renting the bikes. Define a function that rents the bike at hourly bases, daily bases, weekly bases etc. The user can provide the inputs such as task 1 to see the available bikes in the shop, task 2 suggest the renting of bikes with the input of what kind of bases to be charged for example when user gives 2 as an input, it will ask 1 option as Hourly type basis, 2 option as Daily type bases and 3 as weekly type bases and task 3 suggest the return of the bikes by issuing the bill
Answered 3 days AfterMay 01, 2022

Answer To: BIKE RENTAL SYSTEM Implementation of the bike rental system in python using object oriented...

Sathishkumar answered on May 05 2022
90 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here