Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C# write c# console program Question 2 [3 marks]: An airport has two type of parking. Long-Term and Short-Term Parking Long-Term Parking: The airport charges
C#
write c# console program
Question 2 [3 marks]: An airport has two type of parking. Long-Term and Short-Term Parking Long-Term Parking: The airport charges a one-time fee of $25, plus $40 per day for the actual parking. Short-Term Parking: The airport charges $4.00 per hour (first hour) and additional $3 per hour for each hour or part thereof. The maximum charge is $40.00 per day. Assume maximum number of parking hours is 24. A program that calculates and displays the parking charges for a customer is required. Write a C# console program that prompts the user to choose either Long-Term Parking or Short-Term Parking If the user chooses a Long-Term Parking, the program should prompt the user to enter the number of days, then calculates and displays the parking charge I If the user chooses a Short-Term Parking the program should prompt the user to enter the hours parked for the customer, then calculates and display the parking charge. Consider the requirements listed before 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