Computer Science, asked by Ruby216, 1 year ago

write java expression for

Attachments:

Answers

Answered by Anonymous
7

z=x*x*x+y*y*y - (math.sqrt(xy))/2

(math.pow ((a+b),n))/(math.sqrt(3)+b)

hope

it

help

you


Ruby216: Thaxxx
Ruby216: yes sure
Answered by Oreki
2

\textsf{\large Java Expression:}

      \texttt{I. Z = Math.pow(x, 3) + Math.pow(y, 3) - Math.sqrt(x * y) / 2}

    \texttt{II. Math.pow(a + b, n) / (Math.sqrt(3) + b)}

Similar questions