Legenede ingredients hinzugefügt
This commit is contained in:
parent
5f0191d6cd
commit
4b51db302e
@ -10,10 +10,16 @@ public class Execute {
|
||||
Data data = new Data("menue.txt");
|
||||
|
||||
ArrayList<Menue> menue = data.readMenue();
|
||||
|
||||
String[]tage = {"Montag","Dienstag", "Mittwoch", "Donnerstag", "Freitag"};
|
||||
for (Menue m : menue) {
|
||||
|
||||
System.out.println(m);
|
||||
}
|
||||
|
||||
System.out.println("a: Eier; b: Soja, c: Milch; d: Erdnüsse; e: Weichtiere; f: Krebstiere; g: Getreide; h: Senf\n"
|
||||
+"i: Sesam; j: Schwefeldioxid und Sulfit; k: Nüsse; l: Sellerie; m: Fische; n: Lupinen\n"
|
||||
+"1: Nitrit-Pökelsalz; 2: Phosphat; 3: Nitrat; 4: Antioxidationsmittel; 5: Farbstoff;\n"
|
||||
+"6: Geschmacksverstärker; 7: Süßungsmittel; 8: Konservierungsstoff");
|
||||
}
|
||||
// Data datei = new Data("users.txt");
|
||||
// ArrayList<User> user = datei.readUser();
|
||||
|
Loading…
Reference in New Issue
Block a user