Compare commits
2 Commits
6b7ddef5be
...
bc3184ce5d
Author | SHA1 | Date |
---|---|---|
Oliver Hummel | bc3184ce5d | |
Oliver Hummel | e69a4ba2ba |
|
@ -13,6 +13,7 @@ public class BankUI {
|
||||||
|
|
||||||
public static void willkommen() {
|
public static void willkommen() {
|
||||||
System.out.println("Willkommen bei der " + bank.getName() + " - Standardversion!");
|
System.out.println("Willkommen bei der " + bank.getName() + " - Standardversion!");
|
||||||
|
System.out.println("----------------------------------");
|
||||||
System.out.println();
|
System.out.println();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue