public class PrintInteger { public static void main(String args[]) { int x; x=10; System.out.print(x); } }