Question: Homework 8 (100 Points) Instructions: Complete the following program. Upload the solutions to the D2L dropbox folder a. Write a class which represents a tire
Homework 8 (100 Points) Instructions: Complete the following program. Upload the solutions to the D2L dropbox folder a. Write a class which represents a tire and contains the following information: a string tire representing the brand the diameter, and an integer representing the aspect ratio. name, an integer representing the width, an integer representing b. Write a class which represents a car. The class shall contain the following information: an array of size four of the tire objects created in step A, and strings representing the car make and model, and an integer representing the year Declare an instance of the car class created in step B. Initialize the data in the structure to be the following c. Tire Set Field Tire Field Value Cobra Radial G/T 195 13 70 brand width tire(O) and tirel1] aspect ratio brand width diameter 175 13 70 tire(2) and tirel3] aspect ratio Make Model Year N/A N/A N/A Fiat 124 Spider 1976
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
