Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: Even if this is an old posting, I just figured this out...sooo happy int speed = myCar.getSpeed(); speed = Integer.parseInt(JOptionPane.showInputDialog("Enter Your Speed" )); for (int i = 0; i < 5; i++) { System.out.println("The" + " " + myCar.getYearModel() + " " + myCar.getMake() + " " + "is going … |
The End.