What  will  be the out put of the program 

Class demo
{
public static void main (String [] args)
{
Int a=6;
Int b=45;
System.out.println (a++ ++b +a);
}
}

Posted on by