Integer n := 0, i := 1, erg := 0 EINGABE zu n SOLANGE i <= n WIEDERHOLE { AUSGABE i erg = erg+i i = i+1 IF (i<=n) AUSGABE "+" } AUSGABE "=" + erg