Saved Bookmarks
| 1. |
Write theJava expression for a square +b square root over/(x+y)cube |
|
Answer» Math.pow(m,n): It is used to GET the power of any base, it will RETURN m to the power of n (m^n). Math.sqrt(m): It is used to get the SQUARE root of any NUMBER, it will return square root of m MARK AS BRAINLIEST PLZZZZ |
|