You are on page 1of 2

Test Divide into team of 4 people and implement this Problem : A university wants to aumomate the parking area

present inside the premise. Stud ents and faculty members are required to buy passes in order to park their vehic als in the parking lot. The different types of passes available are : Cars : Weekly pass : 70 rs Monthly pass : 280 Rs Yearly pass : 3000 Rs 2 wheelers Weekly pass : 35 rs Monthly pass : 140 Rs Yearly pass : 1500 Rs Further more there are discounts available for different types of parking custom ers : Students : 0% Faculty : 10% Dean / Principle / Directors : 50% Design an implement the parking lot automation system while keeping the followin g scenarios in mind . If a customer tries to park the vehical if his pass has expired then he should n ot be allowed to If a customer tries to park the vehical if his pass is expiring in 10 days then he should be notified that the pass is getting expired and he should renew it A customer can have multiple vehicals so proper pass should be used for parking A sample interection of the system in the main method should look like :

== Menu == 1. Register a customer 2. Register a vehical for a customer 3. Issue a pass for the customer 4. Print details of the customer (containing details of the vehicals registered with him with passes ) ========== Prizes : Best OOP code : 2 Choclates for each team member 2 best code : 1 Choclates for each team member

Good luck

You might also like