Guest User

Untitled

a guest
Aug 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public Kunde add_n_Kunde() {
  2. int anzahl = Tastatur.liesInt();
  3. System.out.println("Bitte die Anzahl an Kunden, die erstellt werden soll eingeben:");
  4. for (int i = 0; i < anzahl; i++) {
  5.  
  6. }
  7. }
Add Comment
Please, Sign In to add comment