كود مو راضي يشتغل :sليش؟
[LEFT] برنامج من ال3.2 فقرة 1h.w
مو راضي يشتغل ماني عارفة ليش:"(
#include<stdio.h>
#include<conio.h>
#include<math.h>
void main()
{
double u,v,w,x,y,A,B,C,D;
int z;
printf("Enter u,v,w,x,y,z");
scanf("%lf%lf%lf%lf%lf%lf",&u,&v,&w,&x,&y,&z);
//a.
A=(sqrt(u+v))*(pow(w,2));
printf("%lf\n",A);
//b.
B=log(pow(x,y));
printf("%lf\n",B);
//d.
D=abs((x-y)/z);
printf("%lf\n",D);
getch();
}
الله يسعدكم :)
|