Paprika194
Grünschnabel
hab ich schon versucht
da kommt:
Uebung.java:100:5: error: method einlesen in class Uebung cannot be applied to given types;
einlesen("datei.txt");
^
required: File
found: String
reason: actual argument String cannot be converted to File by method invocation conversion
da kommt:
Uebung.java:100:5: error: method einlesen in class Uebung cannot be applied to given types;
einlesen("datei.txt");
^
required: File
found: String
reason: actual argument String cannot be converted to File by method invocation conversion