Guess the output of the program, if variable a=10
if(a=0)
{
if(a==0)
{
System.out.println("1 ");
}
else
{
System.out.println("2 ");
}
}
System.out.println("3 ");

Posted on by