last edit

master
Aminos061 2024-04-21 12:35:12 +02:00
parent 0b2bd1bd29
commit 04857a62e5
16 changed files with 76 additions and 5 deletions

13
.classpath 100644
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry excluding="Moodle_Uebungen/|Exercises/" kind="src" path=""/>
<classpathentry kind="src" path="Exercises"/>
<classpathentry kind="src" path="Moodle_Uebungen"/>
<classpathentry kind="output" path="bin"/>
</classpath>

17
.project 100644
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PR2</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@ -1,5 +1,7 @@
package Testat1.Aufgabe2;
public class Main {
public static void main(String[] args) {
}
}

View File

@ -1,4 +1,4 @@
package Uebung2_loesung.Indexverwaltung;
package Uebung2_IO.Indexverwaltung;
import java.io.IOException;
import java.io.RandomAccessFile;

View File

@ -1,4 +1,4 @@
package Uebung2_loesung.Indexverwaltung;
package Uebung2_IO.Indexverwaltung;
import java.io.*;
public class Index {

View File

@ -1,4 +1,4 @@
package Uebung2_loesung.Indexverwaltung;
package Uebung2_IO.Indexverwaltung;
import java.io.IOException;
import java.util.Scanner;

View File

@ -1,4 +1,4 @@
package Uebung2_loesung.Indexverwaltung;
package Uebung2_IO.Indexverwaltung;
public class InvalidIndexException extends Exception {
private int schluessel;

13
bin/.classpath 100644
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry excluding="Moodle_Uebungen/|Exercises/" kind="src" path=""/>
<classpathentry kind="src" path="Exercises"/>
<classpathentry kind="src" path="Moodle_Uebungen"/>
<classpathentry kind="output" path="bin"/>
</classpath>

2
bin/.gitignore vendored 100644
View File

@ -0,0 +1,2 @@
/Uebung2_IO/
/Testat1/

17
bin/.project 100644
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PR2</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

Binary file not shown.

View File

@ -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