Контрольная работа: Среда программирования программы Borland Pascal 70
SetColor(0);
SetTextStyle(0,0,1);
OutTextxy(360,320,mark);
OutTextxy(250,320,'Вашаоценка - ');
Str(sum:2,s3);
OutTextxy(250,340,'Правильные ответы - ');
OutTextxy(400,340,s3);
end;
Close(f4);
end;
procedure Question3;
begin
Face;
Assign(f3,'file3.txt');
Reset(f3);
begin
timer:=0;
sum:=0;
for j:=1 to 20 do
begin
Face;
HideMouse;
SetColor(0);
Line(320,430,400,430);
Line(320,430,320,460);
SetColor(15);
Line(320,460,400,460);
Line(400,430,400,460);
OutTextxy(330,440,'Уровень3');