You are on page 1of 1

public class Exwrp

public static void main(String args[])

int x=15;

Integer y= Integer.valueOf(x);

Integer z = x;

System.out.println(x+""+y+""+z);

You might also like