public class PrintInt { public static void main(String[] args) { int i = 0; System.out.println(i+"0"); } }