Predict the output of the code!
Public class Sookshmas
{
         Public static void main(String args[])
{
                 Int i;
                 for(i = 1; i < 6; i++)
                     if(i > 3) continue;
 }
                 System.out.println(i);
 }
}

Posted on by