diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..0da6b3d
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..17ea4a2
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {
+ "associatedIndex": 8
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1767557089317
+
+
+ 1767557089317
+
+
+
+
+
+ 1767565219423
+
+
+
+ 1767565219423
+
+
+
+ 1767578203605
+
+
+
+ 1767578203605
+
+
+
+ 1767588535662
+
+
+
+ 1767588535662
+
+
+
+ 1767666830045
+
+
+
+ 1767666830045
+
+
+
+ 1767672756444
+
+
+
+ 1767672756444
+
+
+
+ 1767678458164
+
+
+
+ 1767678458165
+
+
+
+ 1767812256757
+
+
+
+ 1767812256757
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/java_practice.iml b/java_practice.iml
new file mode 100644
index 0000000..52be920
--- /dev/null
+++ b/java_practice.iml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/out/production/java_practice/Main.class b/out/production/java_practice/Main.class
new file mode 100644
index 0000000..b58f2c3
Binary files /dev/null and b/out/production/java_practice/Main.class differ
diff --git a/out/production/java_practice/compoundInterest.class b/out/production/java_practice/compoundInterest.class
new file mode 100644
index 0000000..66bc17b
Binary files /dev/null and b/out/production/java_practice/compoundInterest.class differ
diff --git a/out/production/java_practice/ifStatements.class b/out/production/java_practice/ifStatements.class
new file mode 100644
index 0000000..26ade24
Binary files /dev/null and b/out/production/java_practice/ifStatements.class differ
diff --git a/out/production/java_practice/madLibs.class b/out/production/java_practice/madLibs.class
new file mode 100644
index 0000000..03b5f9a
Binary files /dev/null and b/out/production/java_practice/madLibs.class differ
diff --git a/out/production/java_practice/printF.class b/out/production/java_practice/printF.class
new file mode 100644
index 0000000..fca52bb
Binary files /dev/null and b/out/production/java_practice/printF.class differ
diff --git a/out/production/java_practice/randomNums.class b/out/production/java_practice/randomNums.class
new file mode 100644
index 0000000..8758dd4
Binary files /dev/null and b/out/production/java_practice/randomNums.class differ
diff --git a/out/production/java_practice/shoppingCart.class b/out/production/java_practice/shoppingCart.class
new file mode 100644
index 0000000..c78ec67
Binary files /dev/null and b/out/production/java_practice/shoppingCart.class differ
diff --git a/out/production/java_practice/substrings.class b/out/production/java_practice/substrings.class
new file mode 100644
index 0000000..983cefd
Binary files /dev/null and b/out/production/java_practice/substrings.class differ
diff --git a/out/production/java_practice/weightConverter.class b/out/production/java_practice/weightConverter.class
new file mode 100644
index 0000000..3091a35
Binary files /dev/null and b/out/production/java_practice/weightConverter.class differ