package org.comm.util; public class IntegerUtil { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println(5/2); } }