diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..a9f1c57
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/.project b/.project
new file mode 100644
index 0000000..1a1e497
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+
+
+ PR2
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+
+
diff --git a/Exercises/Testat1/Aufgabe2/Main.java b/Exercises/Testat1/Aufgabe2/Main.java
index ef96a1b..3b20fc3 100644
--- a/Exercises/Testat1/Aufgabe2/Main.java
+++ b/Exercises/Testat1/Aufgabe2/Main.java
@@ -1,5 +1,7 @@
package Testat1.Aufgabe2;
public class Main {
-
+ public static void main(String[] args) {
+
+ }
}
diff --git a/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/Datei.java b/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/Datei.java
index a7d31c6..b6195d4 100644
--- a/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/Datei.java
+++ b/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/Datei.java
@@ -1,4 +1,4 @@
-package Uebung2_loesung.Indexverwaltung;
+package Uebung2_IO.Indexverwaltung;
import java.io.IOException;
import java.io.RandomAccessFile;
diff --git a/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/Index.java b/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/Index.java
index 2a332e6..5e29669 100644
--- a/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/Index.java
+++ b/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/Index.java
@@ -1,4 +1,4 @@
-package Uebung2_loesung.Indexverwaltung;
+package Uebung2_IO.Indexverwaltung;
import java.io.*;
public class Index {
diff --git a/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/IndexUI.java b/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/IndexUI.java
index 03f43e0..c452f86 100644
--- a/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/IndexUI.java
+++ b/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/IndexUI.java
@@ -1,4 +1,4 @@
-package Uebung2_loesung.Indexverwaltung;
+package Uebung2_IO.Indexverwaltung;
import java.io.IOException;
import java.util.Scanner;
diff --git a/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/InvalidIndexException.java b/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/InvalidIndexException.java
index 3eb8eec..90d1c65 100644
--- a/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/InvalidIndexException.java
+++ b/Moodle_Uebungen/Uebung2_IO/Indexverwaltung/InvalidIndexException.java
@@ -1,4 +1,4 @@
-package Uebung2_loesung.Indexverwaltung;
+package Uebung2_IO.Indexverwaltung;
public class InvalidIndexException extends Exception {
private int schluessel;
diff --git a/bin/.classpath b/bin/.classpath
new file mode 100644
index 0000000..a9f1c57
--- /dev/null
+++ b/bin/.classpath
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bin/.gitignore b/bin/.gitignore
new file mode 100644
index 0000000..871ad7d
--- /dev/null
+++ b/bin/.gitignore
@@ -0,0 +1,2 @@
+/Uebung2_IO/
+/Testat1/
diff --git a/bin/.project b/bin/.project
new file mode 100644
index 0000000..1a1e497
--- /dev/null
+++ b/bin/.project
@@ -0,0 +1,17 @@
+
+
+ PR2
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+
+
diff --git a/bin/Testat1/Aufgabe2/Main.class b/bin/Testat1/Aufgabe2/Main.class
index 40cb700..9ac3765 100644
Binary files a/bin/Testat1/Aufgabe2/Main.class and b/bin/Testat1/Aufgabe2/Main.class differ
diff --git a/bin/Uebung2_IO/Indexverwaltung/Datei.class b/bin/Uebung2_IO/Indexverwaltung/Datei.class
index 1cf32ac..438166a 100644
Binary files a/bin/Uebung2_IO/Indexverwaltung/Datei.class and b/bin/Uebung2_IO/Indexverwaltung/Datei.class differ
diff --git a/bin/Uebung2_IO/Indexverwaltung/Index.class b/bin/Uebung2_IO/Indexverwaltung/Index.class
index 1d4bec2..b197927 100644
Binary files a/bin/Uebung2_IO/Indexverwaltung/Index.class and b/bin/Uebung2_IO/Indexverwaltung/Index.class differ
diff --git a/bin/Uebung2_IO/Indexverwaltung/IndexUI.class b/bin/Uebung2_IO/Indexverwaltung/IndexUI.class
index 740f3b9..63f2134 100644
Binary files a/bin/Uebung2_IO/Indexverwaltung/IndexUI.class and b/bin/Uebung2_IO/Indexverwaltung/IndexUI.class differ
diff --git a/bin/Uebung2_IO/Indexverwaltung/InvalidIndexException.class b/bin/Uebung2_IO/Indexverwaltung/InvalidIndexException.class
index 3f5a8f3..0395d54 100644
Binary files a/bin/Uebung2_IO/Indexverwaltung/InvalidIndexException.class and b/bin/Uebung2_IO/Indexverwaltung/InvalidIndexException.class differ
diff --git a/bin/buchungen.text b/bin/buchungen.text
new file mode 100644
index 0000000..b64acdc
--- /dev/null
+++ b/bin/buchungen.text
@@ -0,0 +1,7 @@
+1 22.03.2024 "Einzahlung" 1000.00
+2 22.03.2024 "Einzahlung" 50.00
+3 23.03.2024 "Einkauf Edeka" -45.45
+4 24.03.2024 "Gehalt" 1200.00
+5 31.03.2024 "Mietzins Wohnung" -1100.00
+6 31.03.2024 "Nebenkostenpauschale Wohnung" -250.00
+7 04.04.2024 "Einkauf Netto" 42.02