Контрольная работа: Среда программирования программы Borland Pascal 70
until timer=90;
Face;
HideMouse;
SetColor(0);
Line(420,430,500,430);
Line(420,430,420,460);
SetColor(15);
Line(420,460,500,460);
Line(500,430,500,460);
OutTextxy(430,440,'Уровень4');
ShowMouse;
SetFillStyle(1,10);
Bar(35,25,45,35);
Str(j:2,s1);
SetColor(0);
OutTextxy(40,30,s1);
Readln(f4,mas[i].a);
SetFillStyle(1,0);
Bar(120,360,199,389);
SetColor(15);
OutTextxy(150,373,'і');
TextColor(15);
Gotoxy(20,24);
Readln(z);
if z=mas[i].a then sum:=sum+1;
end;
if sum<4 then mark:='2';
if (sum>=4) and (sum<6) then mark:='3';
if (sum>=6) and (sum<8) then mark:='4';