This flashcard is just one of a free flashcard set. See all flashcards!
75
RAM-Befehle als WHILE-Programm: IF c(0) != 0 GOTO j
Befehlszähler b Hilfsvariable help
(b:=b+1)
(help := c(0))
WHILE DO (while help != 0 do)
(b:=j)
(help :=0)
END
(b:=b+1)
(help := c(0))
WHILE DO (while help != 0 do)
(b:=j)
(help :=0)
END