✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Was wird bei folgenden Anweisungen ausgegeben:
int zahl = 3;
switch(zahl) {
case 3:
System.out.print("A");
case 4:
System.out.print("B");
break;
case 2:
System.out.print("C");
break;
case 1:
System.out.print("D");
break;
default:
System.out.print("E");
}
Gib die Ausgabe genauso an, wie sie auf der Konsole erscheint. Falls keine Ausgabe erscheint, schreib das Wort nichts in das Antwortfeld. Falls sich das Programmstück nicht kompilieren lässt, schreib Fehler in das Antwortfeld.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!