Is there any way to find the absolute value of a number without using the Math.abs() method in java.
Use the class Math
Math.abs(num);