Compare commits
3 Commits
fix/all
...
998d8aefd7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
998d8aefd7 | ||
|
|
f85e17a726 | ||
| 3f42a3aca5 |
13
README.md
Normal file
13
README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# G91_Einkommen
|
||||
Entwickeln Sie ein Java Programm zur Anzeige des gebietsabhängigen Durchschnittseinkommens von Bundesbürgern auf der Konsole.
|
||||
|
||||
## Beteiligte
|
||||
- Jan-Philipp Schulte
|
||||
- Malte Schulze Hobeling
|
||||
- Reshad Meher
|
||||
- Richard Reiswich
|
||||
- Johannes Kantz
|
||||
|
||||
|
||||
[GitTea Repo](https://git.bib.de/Homeoffice/passivesEinkommen)
|
||||
|
||||
5
src/GebiesDateiInterface.java
Normal file
5
src/GebiesDateiInterface.java
Normal file
@@ -0,0 +1,5 @@
|
||||
import java.util.ArrayList;
|
||||
|
||||
public interface GebiesDateiInterface {
|
||||
ArrayList<Gebiet> getGebiete();
|
||||
}
|
||||
@@ -2,7 +2,7 @@ import java.nio.file.Files;
|
||||
import java.nio.file.Paths;
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class GebietsDatei {
|
||||
public class GebietsDatei implements GebiesDateiInterface {
|
||||
|
||||
private String dateiName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user