mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Moved boat velocity to starting list
Tags: #fix
This commit is contained in:
@@ -113,7 +113,9 @@ public class Race {
|
||||
System.out.println("######################");
|
||||
|
||||
for (int i = 0; i < numberOfBoats; i++) {
|
||||
System.out.println(boats[i].getTeamName());
|
||||
String velocityKnots = String.format("%1.2f", boats[i].getVelocity() * 1.943844492);
|
||||
|
||||
System.out.println(boats[i].getTeamName() + " Velocity: " + velocityKnots);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user