C- Expression_1.8

#include "stdio.h"
int main (void)
{
float a=1.0,b=2.0,c=3.0,d=4.0;
printf("%f\n",a-b/c*d);
return 0;
}

0 comments:

Post a Comment