Ответы
Ответ дал:
0
CИ!
первая
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int main(int argc, char *argv[]) {
double x,y;
printf("vvedite X n");
scanf("%lf",&x);
printf("x= %lf n",x);
y=sqrt(x+2)/(x-2);
printf("otvet:%lf",y);
return 0;
}
первая
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int main(int argc, char *argv[]) {
double x,y;
printf("vvedite X n");
scanf("%lf",&x);
printf("x= %lf n",x);
y=sqrt(x+2)/(x-2);
printf("otvet:%lf",y);
return 0;
}
Вас заинтересует
2 года назад
2 года назад
7 лет назад
7 лет назад
10 лет назад
10 лет назад
10 лет назад