Skip to content

Commit bbaf1e7

Browse files
committed
fix solution
1 parent 0488f6b commit bbaf1e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Exercise.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ public static void main(String[] args) {
88
Vehicle vehicle2 = new Vehicle("MAN", "TGX");
99
Vehicle vehicle3 = new Vehicle("Opel", "Zafira Life");
1010

11-
vehicle.accelerate(30);
12-
vehicle1.accelerate(30);
13-
vehicle2.brake(20);
14-
vehicle3.accelerate(40);
1511
System.out.println("Anzahl Fahrzeuge: " + Vehicle.getNumberOfVehicles());
1612
}
1713
}

0 commit comments

Comments
 (0)