Computer Science, asked by ashitiru884, 4 months ago

write a java expression of (X+Y)^9​

Answers

Answered by Oreki
3

\textsf{\large \textbf{Given Expression}}

   (x + y) ^ 9

\textsf{\large \textbf{Java Expression}}

   \texttt{Math.pow(x + y, 9);}

Similar questions