public class MainClass{ public static void main(String[] argv){ System.out.println(Math.abs(1.1D)); System.out.println(Math.abs(-1.1D)); } }
1.1 1.1