class Bk
{
public static void main (String args [])
{
int x=2;
int y=4;
System.out.println(x++ + ++y - x--)
}
}


Output for this

Posted on by