Chapter 9: Problem 2
Define a struct, carType, to store the following data about a car: Manufacturer (string), model (string), model type (string), color (string), number of doors (int), miles per gallon in city (int), miles per gallon on highway \((\text { int })\), year when the car was built \((\text { int }),\) and the price (double).
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.