From 1e439db43d382f37c2112cd681e8dc69f7e89066 Mon Sep 17 00:00:00 2001 From: Cameron Seamons Date: Wed, 7 Jan 2026 19:12:06 -0700 Subject: [PATCH] updated java version to 17 so I can use switched (Introduced in 14 --- .idea/misc.xml | 4 + .idea/workspace.xml | 129 +++++++++++------- java_practice.iml | 4 +- out/production/java_practice/Main.class | Bin 355 -> 355 bytes .../java_practice/TempConverter.class | Bin 2378 -> 2378 bytes .../java_practice/compoundInterest.class | Bin 1641 -> 1641 bytes .../java_practice/ifStatements.class | Bin 2403 -> 2403 bytes out/production/java_practice/madLibs.class | Bin 1815 -> 1815 bytes out/production/java_practice/printF.class | Bin 1730 -> 1730 bytes out/production/java_practice/randomNums.class | Bin 2380 -> 2380 bytes .../java_practice/shoppingCart.class | Bin 1795 -> 1795 bytes out/production/java_practice/substrings.class | Bin 1790 -> 1790 bytes out/production/java_practice/trueFalse.class | Bin 1165 -> 1165 bytes .../java_practice/weightConverter.class | Bin 1730 -> 1730 bytes 14 files changed, 83 insertions(+), 54 deletions(-) create mode 100644 .idea/misc.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..90190a5 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3aa5fe4..9c85c47 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,8 +4,20 @@