79512152

Date: 2025-03-16 05:33:50
Score: 2
Natty:
Report link

#include <studio.h>

Void main()

{

int a,b;

Float c,d,e;

Printf("enter the value of and in integer/n");

Scand("%d%d",&a,&b);

Print f("enter the value c and d in float/n");

Scand("%f%f";&c,&d);

e=(a+b)* c-(c/d)*(a-b);

Print f("result of the expansion is%2f/n"e);

}

gcc program.c -o program

./program

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sairam Sairam