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
1
Answer:
sorry I don't know
Explanation:
i don't like mathematics so I don't know
Answered by
1
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