Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~21.9K People Reached
Favorite Forums
Favorite Tags
java x 1

1 Posted Topic

Member Avatar for Nikki_77

public class JavaApplication9HW1 { /** * @param args the command line arguments */ public static void main(String[] args) { Car car1 = new Car(89 , "Tempo"); for (int x = 0; x < 5; x++){ car1.accelerate(); System.out.println("The " + (car1.getMake()) + " is traveling @ " + (car1.getSpeed()) + " …

Member Avatar for stultuske
0
22K

The End.