Question: Please use c# You are contracted to complete the data system for Citywide Taxi Company. The information for each taxi includes: taxi id (such as
Please use c#
You are contracted to complete the data system for Citywide Taxi Company. The information for each taxi includes: taxi id (such as CTC0001), the drivers name, the maker of the Car (such as Ford), the model of the car (such as Escape), the Color of the Car (such as Black), the license number (such as HXT 4578), the number of passages the car served in the entire shift.
Your C# program will:
Define a class for the car with all members of variable mentioned above;
Write all necessary class member methods to access those member variables (write or read);
input (set the limit to 50 records) data from the keyboard (provide a method to end the input before reaching 50 records); S
ave all records from step 3 to a disk file called CTC.dat.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
