var Cel,Drob:Integer; begin Randomize; Cel:=Random(9); Drob:=Random(9); ShowMessage(IntToStr(Cel)+','+IntToStr(Drob))