[Solved] Can someone help me to translate this line of code in java?


Look at the Math class.

https://docs.oracle.com/javase/7/docs/api/java/lang/Math.html

 Math.PI
 Math.pow(...)
 Math.abs(...)
 etc.

11

solved Can someone help me to translate this line of code in java?