C- Expression_1.10

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

0 comments:

Post a Comment