Question: Create a C++ Program Miles Per Gallon Create an array of five strings. The strings will have five different types of cars: Sports Coupe, Sedan,
Create a C++ Program
Miles Per Gallon Create an array of five strings. The strings will have five different types of cars: "Sports Coupe", "Sedan", "SUV", "Minivan", "Pickup" Create an array to hold the number of miles each of the types of cars can drive on a full tank. Create another array to hold the number of gallons each type of car can hold in its tank. Finally, create an array to hold the miles per gallon for each car. Initialize the miles and gallons arrays with values of your own choosing. Use a loop to calculate the values that go in the miles per gallon array for each type of car. Print the string that matches the type of car with the lowest miles per gallon, along with its actual miles per gallon value. Do the same for the type of car with the highest miles per gallon.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
