Question: a Write a C program which models a stock of 100 cars for an agency. The agency requires the following information about each car: Model

a Write a C program which models a stock of 100 cars for an agency. The agency requires the following information about each car: Model (e.g. Corolla, Sunny ...etc), Price, Production year (e.g. 2018, 2007...etc). Data of all cars are stored in a text file called "CarData.txt". Your program should do the following: a 1. Load all cars data in to the program from the file. 2. Read a model value from user into variable M1. 3. Read a production year from user into variable Y1. 4. Print all cars having model M1, which are produced before Y1, and having price above average
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
