class A
{
static int I=test();
static int j=10;
static int test()
{
return j;
}
public static void main(string[] args)
{
system.out.println(I);
system.out.println(j);
}
}
![]() |
class A
{
static int I=test();
static int j=10;
static int test()
{
return j;
}
public static void main(string[] args)
{
system.out.println(I);
system.out.println(j);
}
}
All times are GMT -7. The time now is 11:34 PM. |