Calculates what should be the selling price of your vehicle or what the should be the second hand buying price of a vehicle should be using three simple factors.
The factors are - killometers driven condition of the vehicle model and year of purchase The user just needs to select their vehicles company,model and variant. The user does not need to enter the price of the vehicle as we already have the ex-showroom prices of the vehicles (excluding taxes, as it may variey state to state) stored in our csv files. Mutiple CSV file datasets for different companys has been made which will be used for finding the second hand vehcile price. 2 categories of vehicles are present- cars and bikes. Cars have 13 different companys and Bikes have 5 different companys. The datasets are India based. Foreign vehicles are not included.
We ask the user to select their vehicle.
When the user selects Nissan we show the name of the vehicles launched up till now.
When the user selects Sunny. We ask the user to select the model and enter all the other details required.
The program closes after 3 sec.
You should have C installed in your system.