Computer Science, asked by imsanjana, 6 months ago

please answer it fast!!​

Attachments:

Answers

Answered by anindyaadhikari13
4

Question number 1:-

<hr/>

p=(int)Math.pow(a, 2)+b*c;

<hr/>

Question number 2:-

<hr/>

m=(a*a-b*b)+a*b

<hr/>

Question number 3:-

<hr/>

s=u*t+ 1/2.0a*t*t;

<hr/>

Question number 4:-

<hr/>

f=(u*v) /(double)(u+v)

<hr/>

Question number 5:-

<hr/>

(int)Math.pow(a+b, 2)+b

<hr/>

Question number 6:-

<hr/>

y=2*(l*b + b*h + h*l)

<hr/>

Question number 7:-

<hr/>

a*a + b*b

<hr/>

Question number 8:-

<hr/>

z=(int)Math.pow(x, 3)+(int)Math.pow(y,3)-x*y/3.0

<hr/>

Similar questions