please answer it fast!!
Attachments:
Answers
Answered by
4
Question number 1:-
p=(int)Math.pow(a, 2)+b*c;
Question number 2:-
m=(a*a-b*b)+a*b
Question number 3:-
s=u*t+ 1/2.0a*t*t;
Question number 4:-
f=(u*v) /(double)(u+v)
Question number 5:-
(int)Math.pow(a+b, 2)+b
Question number 6:-
y=2*(l*b + b*h + h*l)
Question number 7:-
a*a + b*b
Question number 8:-
z=(int)Math.pow(x, 3)+(int)Math.pow(y,3)-x*y/3.0
Similar questions