last edit
parent
0b2bd1bd29
commit
04857a62e5
|
@ -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>
|
|
@ -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>
|
|
@ -1,5 +1,7 @@
|
|||
package Testat1.Aufgabe2;
|
||||
|
||||
public class Main {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package Uebung2_loesung.Indexverwaltung;
|
||||
package Uebung2_IO.Indexverwaltung;
|
||||
import java.io.IOException;
|
||||
import java.io.RandomAccessFile;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package Uebung2_loesung.Indexverwaltung;
|
||||
package Uebung2_IO.Indexverwaltung;
|
||||
import java.io.*;
|
||||
|
||||
public class Index {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package Uebung2_loesung.Indexverwaltung;
|
||||
package Uebung2_IO.Indexverwaltung;
|
||||
import java.io.IOException;
|
||||
import java.util.Scanner;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package Uebung2_loesung.Indexverwaltung;
|
||||
package Uebung2_IO.Indexverwaltung;
|
||||
|
||||
public class InvalidIndexException extends Exception {
|
||||
private int schluessel;
|
||||
|
|
|
@ -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>
|
|
@ -0,0 +1,2 @@
|
|||
/Uebung2_IO/
|
||||
/Testat1/
|
|
@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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
|
Loading…
Reference in New Issue