Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed
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

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

Semantics In Databases Second International Workshop Dagstuhl Castle Germany January 2001 Revised Papers Lncs 2582

Authors: Leopoldo Bertossi ,Gyula O.H. Katona ,Klaus-Dieter Schewe ,Bernhard Thalheim

2003rd Edition

3540009574, 978-3540009573

More Books

Students also viewed these Databases questions

Question

When is it appropriate to use a root cause analysis

Answered: 1 week ago

Question

7. Where Do We Begin?

Answered: 1 week ago