Sorry! Posting Assignment is allowed only for commercial accounts.
#includestudio.h#define SQUARE(x) x*xint main(){ float s=10, u=30, t=2, a; a = 2*(s-u*t)/SQUARE(t); printf("Result = %f", a); return 0;}