There was an error while loading. Please reload this page.
1 parent b4cdc4c commit 04cca62Copy full SHA for 04cca62
src/ExamsExercises/MidExams_06/P03_ManOWar.java
@@ -13,7 +13,7 @@ public static void main(String[] args) {
13
int[] warShip = Arrays.stream(scanner.nextLine().split(">"))
14
.mapToInt(Integer::parseInt)
15
.toArray();
16
-
+
17
int maxHealth = Integer.parseInt(scanner.nextLine());
18
String commandLine = scanner.nextLine();
19
boolean end = false;
0 commit comments