Is there any way to find the absolute value of a number without using the Math.abs() method in java.
-num will equal to num for Integer.MIN_VALUE as
Integer.MIN_VALUE = Integer.MIN_VALUE * -1