Question: Please answer the questions correctly and show clear workings . Show the appropriate code and then the result that it works on your screen. THE
Customer Information Storage for an Automotive Mechanic BusinesS Instructions In this assignment you will create a small program which could be used by an automotive mechanic business to keep track of their customers and their vehicles. You will begin with the skeleton code posted in cuLearn. Your program must use the provided skeleton code without making any changes to the existing code, data structures or function prototypes. You will, however, add your own code to it. Below are the requirements for your program. Note: all strings described in this assignment will be declared to have a length of MAX STR. 1. Defined structures This program makes use of two structures that need to be completed. The first is the VehicleType structure. This structure will contain all of the data for each car owned by the customers. This structure will have fields for the following pieces of data make (string) e model (string) colour (string) year (int) mileage (int) . The second structure (CustomerType) will contain all of the data regarding the individual customers. It will have the following fields first name (string) last name (string) number of vehicles registered with the shop (int) a VehicleType array storing the individual vehicles owned by the customer (declared to have a length of MAX VEHICLES
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
