|
@ -482,6 +482,7 @@ public class DigitalTechnik { |
|
|
System.out.println("Willkommen"); |
|
|
System.out.println("Willkommen"); |
|
|
System.out.println("Bitte wählen Sie ein Thema (Zahl):"); |
|
|
System.out.println("Bitte wählen Sie ein Thema (Zahl):"); |
|
|
System.out.println("1. Minimal-Computer"); |
|
|
System.out.println("1. Minimal-Computer"); |
|
|
|
|
|
System.out.println("2. Erweiterungen am Minimal-Computer"); |
|
|
|
|
|
|
|
|
int choice = sc.nextInt(); |
|
|
int choice = sc.nextInt(); |
|
|
sc.nextLine(); |
|
|
sc.nextLine(); |
|
|