Курсовая работа: Система обработки научных данных
}
char s[20],s1[20];
int input()
{
int n;
gotoxy(2,6);
cout<<"Enter the total no of data";
cin>>n;
cout<<"Enter the variable x and y values\n";
cout<<" X denotes ";
cin>>s;
cout<<" Y denotes ";
cin>>s1;
for(int i=0;i<n;i++)
{
cout<<" X"<<i+1<<" =";
cin>>f[i];
cout<<" Y"<<i+1<<" =";
cin>>g[i];
}
return(n);
}
void correlation()
{
int n;
corre();
initialize();
switch(choice4)
{