Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a system that does the following: A local hotel valet parking charges its clients using the valet facility with the following Parking Rate: Hour
Create a system that does the following:
A local hotel valet parking charges its clients using the valet facility with the following Parking Rate:
Hour Premier VIP
Weekdays First Hour
Weekdays Subsequent Hour
Weekends First Hour
Weekends Subsequent Hour
Overnight multiple of hoursboth are charged per hours
You are to submit the C# codes in ONE PDF document. This is an INDIVIDUAL EFFORT. Use your creativity to beautify the pages Include the screenshots of your output which shows every single type of parking instances.
The interface for the input should include
vehicle number
number of hours parked
type of parking weekday weekend
At any point of time, you may want to know
which vehicle numbers has parked the longest hour
the average amount of parking fee charged
The calculation for hours below hours is as following the table.
The calculation for hours above hours should follow the multiplier plus the number of hours in the table. For instance, hours: First hours second hours first hour weekday subsequent hour The hotel charges weekday or weekend based on the day the driver enters the parking area. If the driver started with weekend, heshe is charged with weekend rate even if heshe leaves on weekdays and viceversa.
Prepare a test data for each type of parking to ensure that your calculation is correct by showing the expected and actual result in your submission.
Use every technique taught in class especially on data validation, usage of list collection, etc.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started