₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,433 members, 8,421,963 topics. Date: Sunday, 07 June 2026 at 11:47 AM

Toggle theme

Saragondla's Posts

Nairaland ForumSaragondla's ProfileSaragondla's Posts

1 (of 1 pages)

ProgrammingExplain This Code Please: by saragondla(op): 5:42am On Nov 24, 2009
public class B {

public int add()
{
return 011;
}
public static void main(String[] args)
{
B b1=new B();
//System.out.println(!new Boolean(false));
System.out.println(b1.add());
}

here output will give :9 . how it will come like this please explain me any one,

}

1 (of 1 pages)