обчислення означених інтегралів
delay(50);
} nosound();
}
void fon(void)
{ int i;
setbkcolor(3);
//пункти меню
setcolor(10);
settextstyle( 4,0,7);
outtextxy(220,20,"MENU");
settextstyle( 1,0,4);
setcolor(3);outtextxy(250,140,"program");
outtextxy(250,240,"tutylka");
outtextxy(250,340,"exit");
}
void menu(int t)
{
setcolor(5);
//settextstyle(1,0,1);
outtextxy(250,140,"program");
outtextxy(250,240,"tutylka");
outtextxy(250,340,"exit");
/*рyx меню*/
setcolor(15);
if(t==1){ outtextxy(250,140,"program"); }