Output for this
class Sookshmas
{
public static void main (String args [])
{
Int a=5;
int b=45;
System.out.println(a++ + ++b +a)
}
}

Posted on by