Контрольная работа: Среда программирования программы Borland Pascal 70
Line(200,430,200,460);
OutTextxy(130,440,'Уровень1');
Question1;
ShowMouse;
PressButton;
end;
if buttonpressed(520,430,600,450) then
begin
SetColor(15);
Line(520,430,600,430);
Line(520,430,520,460);
SetColor(0);
Line(520,460,600,460);
Line(600,430,600,460);
OutTextxy(540,440,'ВЫХОД');
Halt;
end;
until false;
end;
procedure Question4;
begin
Face;
Assign(f4,'file4.txt');
Reset(f4);
begin
timer:=0;
sum:=0;
for j:=1 to 10 do
begin