public class print{

public static void main(String[] args)

{

short x = 32767;

x++;

x++;

System.out.print(x);

}

}

Posted on by