==== Zählschleife (Kopfgesteuert) ==== for (int zahl; zahl <= 10; zahl = zahl +1) lbl_output.Text = „Durchlauf“ + zahl;