Uses Crt2; Var a : array [1..5] of integer; x : byte; Begin randomize; Repeat x := x+1; a[x] := random (100)+1; Writeln(a[x])<img src='http://forum.pcfoster.pl/public/style_emoticons/<#EMO_DIR#>/disagree.png' class='bbc_emoticon' alt=';' /> Until x = 5 <img src='http://forum.pcfoster.pl/public/style_emoticons/<#EMO_DIR#>/disagree.png' class='bbc_emoticon' alt=';' /> Readln; End.
Mam pytanie co muszę zrobić by zabezpieczyć się przed POWTARZANIEM się liczb ? Chcę by zawsze każda liczba była inna. Jak to zrobic ?