From 07aec7f1544786e892229871c3ef3e3c2dc8a4ee Mon Sep 17 00:00:00 2001 From: Tom77-7 <142172070+Tom77-7@users.noreply.github.com> Date: Wed, 6 Mar 2024 12:34:46 +0530 Subject: [PATCH] Update texttttttt --- texttttttt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }