6-topshiriq
Дастур коди:
dastur.cpp файли:
#define _USE_MATH_DEFINES #include #include
using namespace std; int main(){
double x,y,z,a,b,c,t; x=14.26;
y=-1.22;
z=3.5*1/100.;
a=2*cos(x-M_PI/6); b=0.5+sin(y)*sin(y); c=1+z*z/(3-z*z/5); t=a/b*c;
cout << "Natija = " << t << endl; system("pause");
return 0;
}
Масала алгоритми блок схемаси:
Do'stlaringiz bilan baham: |