Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2 - The program consists of Vehicle Entry to the Park, Vehicle Exit from the Park and Program Exit, depending on the user's choice. In

2- The program consists of Vehicle Entry to the Park, Vehicle Exit from the Park and Program Exit, depending on the user's choice. In the Vehicle Entry menu, if the number of vehicles is 20, it will give a Car Park Full warning, if not, take the license plate from the user and show the number of vehicles entered. In the Vehicle Exit menu, it should ask for the license plate and how many hours are left. If there is 1 hour left, pay 5TL, if 2 hours are left, 10TL, if 3 hours are left, 15TL, and if more than 3 hours, 40TL. Also, reduce the number of vehicles. The program stops when -1 is entered (20 points).
Program Output:
Vehicle Entry (1)
Vehicle Exit (2)
Program Exit (-1)
Write it in C# please!
Your choice:
image text in transcribed

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

Introductory Relational Database Design For Business With Microsoft Access

Authors: Jonathan Eckstein, Bonnie R. Schultz

1st Edition

1119329418, 978-1119329411

More Books

Students also viewed these Databases questions

Question

differentiate the function ( x + 1 ) / ( x ^ 3 + x - 6 )

Answered: 1 week ago