Lernpfad:Objektorientierte Programmierung mit Java/Arrays: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Zeile 125: Zeile 125:
! Inhalt
! Inhalt
| '''8()''' || '''9()''' || '''10()''' ||  '''6()''' ||  '''4()''' ||  '''8()'''
| '''8()''' || '''9()''' || '''10()''' ||  '''6()''' ||  '''4()''' ||  '''8()'''
|-
! Index
| 0 || 1 || 2 || 3 || 4 || 5
|}
</lückentext>
<syntaxhighlight lang="java">
for( int i = 0; i < zahlen.length; i++ ) {
    zahlen[i] = 10 + zahlen[i];
}
</syntaxhighlight>
<lückentext>
{| class="wikitable text-center code"
! Inhalt
| '''10()''' || '''11()''' || '''12()''' ||  '''13()''' ||  '''14()''' ||  '''15()'''
|-
|-
! Index
! Index
Zeile 228: Zeile 242:
|}
|}
7.
7.
{| class="wikitable code text-center"
!Inhalt
| 18 || 19 || 20 || 16 || 14 || 18
|-
!Index
|width="30px"|0
|width="30px"|1
|width="30px"|2
|width="30px"|3
|width="30px"|4
|width="30px"|5
|}
8.
{| class="wikitable code text-center"
{| class="wikitable code text-center"
!Inhalt
!Inhalt
Zeile 240: Zeile 267:
|width="30px"|5
|width="30px"|5
|}
|}
8.
9.
{| class="wikitable code text-center"
{| class="wikitable code text-center"
!Inhalt
!Inhalt

Navigationsmenü