Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Java (https://www.askmehelpdesk.com/forumdisplay.php?f=440)
-   -   Output with Reason (https://www.askmehelpdesk.com/showthread.php?t=692207)

  • Aug 9, 2012, 12:42 PM
    khaliqueahmad
    Output with Reason
    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.