diff --git a/texttttttt b/texttttttt index 0894198..ea75039 100644 --- a/texttttttt +++ b/texttttttt @@ -14,7 +14,7 @@ public class DebugExample { // Find the maximum number in the array int max = numbers[0]; for (int j = 1; j < numbers.length; j++) -{ +{ if (numbers[j] > max) max = numbers[j]; }