public class xxx { public static void main(String[] args) { System.out.println(-9/4); System.out.println(-9/-4); System.out.println(9/-4); } }