class Sookshmas
{
public static void main(String args []) 
{
int a=4;
int b=6;
System.out.println(++a  -  b--  + a++) ;

Posted on by