In this assignment you will create a program that describes an automobile. Here are the parameters: Car Year a Car Make a Car Model . Car Color 0 Top Speed of the Car You will create the class, then call a single instance of the class. The output is simply the properties of the object you have created in the class.