System.out.println( Math.abs( -5.2 ) ); --> 5.2
System.out.println( Math.pow( 4, 2 ) ); --> (double) 42 --> 16.0
System.out.println( Math.pow( 2, 5 ) ); --> (double) 25 --> 32.0
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment