Can someone help me code this car class in Java?
The car class should have the following unique private instance variables: myColor, MyEngine that stores its engine size in liters, mySuspension - e.g., firm, soft, touring,etc., and myTires - e.g., regular, wide, low profile, etc.
a sample output would read: your cool red sports car has a 3.2 liter engine, firm suspension and low profile tires.
Thank you
2007-03-22
12:13:01
·
2 answers
·
asked by
jumba
1
in
Computers & Internet
➔ Programming & Design