Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Java (https://www.askmehelpdesk.com/forumdisplay.php?f=440)
-   -   What will be the output of the above loop? (https://www.askmehelpdesk.com/showthread.php?t=632096)

  • Jan 31, 2012, 11:29 AM
    just_mohammad
    What will be the output of the above loop?
    Int num =50;
    While (num >0)
    {
    System.out.println(“Count is “ num);
    Num -=10;

    }

  • All times are GMT -7. The time now is 01:54 PM.