What is the function of finding absolute value in JAVA?
Direct Math.abs (variable); That's it.
Most commonly used mathematical functions in java are encapsulated in Math and provided in a static way. They belong to the java.lang package and can be used directly without importing.