Write the java statement for the following expression:
a2 +b2 X (a+b)
|a+b|
Answers
Answered by
0
Answer:
R = a*a + b*b/2*a*b;
Explanation:
this is the answer
Similar questions