double main (void)
{
double a=1.0,b=2.0,c=3.0,d=4.0;
double u,v,w;
u=a;
v=b*c/d-d;
w=u-v;
printf("%f\n",w);
return 0;
}
c, c++ , java, oracle, database design, c tutorial, c++ tutorial, java tutorial, oracle tutorial, programming, make program easy, c programming, c advance program, java advance program
double a=1.0,b=2.0,c=3.0,d=4.0;
double u,v,w;
u=a;
v=b*c/d-d;
w=u-v;
printf("%f\n",w);
return 0;
All rights reserved||Using Deluxe Template By Klodian
0 comments:
Post a Comment