Advertisements
Advertisements
Question
Write the java expression to find the product of square root of P and the square root of Q using the methods of Math class.
Code Writing
Advertisements
Solution
Math.sqrt(P) * Math.sqrt(Q)shaalaa.com
Is there an error in this question or solution?
