Computer Science, asked by sayandeep30, 7 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​

Answers

Answered by manjuramanathan0107
1

Answer:

sorry I don't know

Explanation:

i don't like mathematics so I don't know

Answered by anindyaadhikari13
1

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