Question: Create a program using C# on Visual Studio 2017 I run a business called Rent-A-Wreck. Please write a software program that allows a user to
Create a program using C# on Visual Studio 2017
I run a business called Rent-A-Wreck. Please write a software program that allows a user to define the wrecks available for rental. For each car (or wreck), define the Make & Model, Year, Mileage, and MilesPerGallon. Also, define a list to track if a car is rented or not.
Create a menu system that allows users to :
Define a wreck prompt the user for the all the car info and add this information to lists
Rent a wreck allows the user to select from the list of cars available and arrange to rent a specific vehicle. Mark that vehicle as rented so the next customer will not try to rent it.
Return a wreck allows the user to return a rental. Must specify the return mileage, calculate the miles driven, and charge $10 + .50 per mile for rentals.
Retire a wreck when a car breaks down or is sold, that wrecks information is removed from the lists
Use Try Catch and Try Parse for error handling.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
