From d9f902a5b9b6b2c42df3ba03eeafe21d876352e2 Mon Sep 17 00:00:00 2001 From: Carolista Date: Tue, 3 Jun 2025 20:55:36 -0400 Subject: [PATCH 1/2] coded solution during class --- .idea/misc.xml | 2 +- .idea/workspace.xml | 80 +++++++++++++++++-- pom.xml | 4 +- .../org/example/ConditionalExercises.java | 21 ++++- src/main/java/org/example/LoopExercises.java | 33 +++++++- src/test/java/LoopExercisesTests.java | 8 ++ 6 files changed, 135 insertions(+), 13 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index e122dea..fdc35ea 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3afe1c1..f94e59e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,14 @@ - + + + + + + + +