Курсовая работа: Система обработки научных данных
cout<<" do you want to continue";
cin>>ch;
}
}
else if(choice8 == 2)
{ char ch = 'y';
while(ch=='y')
{
cout<<" enter the value of Y";
cin>>ey;
ey = (bxy*(ey- my)) + mx;
cout<<" The estimated value of X = "<<ey<<endl;
cout<<" do you want to continue";
cin>>ch;
}
}
else
break;
break;
}
default:
{
cout<<" Sorry wrong choice";
clrscr();
getch();
regress();
break;
}
}