Write the Java expression for the following:
`sqrt(mm) + root3 ((m + n))`
Math.sqrt(m * n) + Math.cbrt(m + n)