public class MainClass { public static void main(String[] argv) { int i = -1; int j = 9; System.out.println(i); System.out.println(j); } }
-1 9