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
0
Explanation:
ab+bc+ca Java Expression is Equation/Variable.
Answered by
2
Question:-
- Write the Java expression for the following.
Solution:-
Given expression,
The Java expression for the following will be,
Math.pow(a+b, n);
Similar questions