(1) Define a C++ program fragment that defines a structure to…

Question Answered step-by-step (1) Define a C++ program fragment that defines a structure to… (1) Define a C++ program fragment that defines a structure to contain the following about an automobile service center:Owner (up to 50 characters including spaces)Manufacturer (up to 22 characters, no spaces)Model YearRepair Price (dollars, e.g. 72.60)(2) Define a C++ program that defines a variable of the structure from Question 1, then prompts the user for each of the four data members, inputting the information directly into the structure variable validating as follows:Make sure you do not input more characters than your C-strings will hold.When inputting the integer and floating point values, validate each to ensure that it is in a reasonable range. Re-prompt the user with an error message until a valid value is entered. After the data has been properly entered, display the information back to the user. Computer Science Engineering & Technology C++ Programming COMPUTER S 101 Share QuestionEmailCopy link Comments (0)