Computer Science, asked by abdularfathhacker, 5 months ago

Write the java statement for the following expression:
a2 +b2 X (a+b)
|a+b|​

Answers

Answered by maharameshmaharamesh
0

Answer:

R = a*a + b*b/2*a*b;

Explanation:

this is the answer

Similar questions