Delphi-Quellcode:
procedure vertausche(var a,b: Integer);
var
x: Integer;
begin
x := a;
a := b;
b := x;
end;
... diese prozedur integrierst du in dein programm. Dann solltest du den pseudocode wirklcih problemlos umsetzen können.
Lukas Erlacher
Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1