//File: IntPrecision.java public class IntPrecision { public static void main (String[] args) { int x = 100000 * 100000; System.out.println(x); } }