Question
THIS NEEDS TO BE DONE IN C# Ford has hired you to make a console application that will allow users to enter information about their
THIS NEEDS TO BE DONE IN C#
Ford has hired you to make a console application that will allow users to enter information about their vehicles at all of the Ford Dealership locations.The user will come into the dealership, open the application where they will be prompted to enter the model, vin and year of their vehicle.Your application will make a new instance of the Ford class and set all of the variables appropriately.Then your application will output the all of the information that the customer input as well as what the model type is for their vehicle.This is just an alpha version of the application that Ford is using to test whether or not you are the right contractor for the job.
Ford
+Model : string
+VIN : int
+Year : int
+ModelType () : string
+Ford ( )
* ModelType - Ford has cleverly come up with an algorithm to determine what type of vehicle the car is based on the VIN.If the VIN is divisible by 7 then it is a Van, if it is divisible by 8 then it is a Truck, if it is divisible by 7 and 8 then it is an SUV, in all other situations the type of the vehicle is a Sedan.
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