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