Computer Science, asked by sayandeep30, 4 months ago

if the java expression of ab+bc+ca=a*b+b*c+c*a, then what is the java expression of (a+b)^n
plz if u know the answers then only write anything . don't write rubbish. i am asking this question for the 6th time so I want a proper answer​

Answers

Answered by rajanak600731
0

Explanation:

ab+bc+ca Java Expression is Equation/Variable.

Answered by anindyaadhikari13
2

Question:-

  • Write the Java expression for the following.

Solution:-

Given expression,

 \sf {(a + b)}^{n}

The Java expression for the following will be,

Math.pow(a+b, n);

Similar questions