Can someone help me i need to write this program
Information on car sales offers from a specialist store is recorded in the file
textual Auto.txt.
For each line of the Auto.txt file only one record is presented and reciprocally. A line in the file
respectively contains the following data, separated by space:
NrInreg (Registration number);
Company (Manufacturer: Audi, BMW, Dacia, Honda, ...);
Model (Model: 100, X5, Nova, STEED, ...);
Color, Price (Price);
DenTara (Name of the producing country).
Develop a C / C ++ language program that will use menus and subprograms to implement
at the request of the user, the following sub-tasks:
1. Register a new vehicle;
2. Exclude from the Auto.txt file the line corresponding to the vehicle, the registration number of which is
enter from the keyboard;
3. Displays the attributes of all vehicles on the screen in alphabetical order of company names
producers;
4. Determines the average price of vehicles produced in the country, indicated on the keyboard;
5. Displays the attributes of the most expensive and cheapest green car;
6. Determine the name of the company, represented by the maximum number of copies;
7. Create the Audi & BMW.txt text file which will copy the attributes of Audi vehicles and
BMW;
8. Displays on the screen the attributes of the vehicles, the price of which does not exceed the value entered from the keyboard.