How many times 'ARTIFICIAL INTELLIGENCE' is printed?
public class sookshmas
 {
    public static void main(String[] args)
   {
    for(int i = 0; i<5; )
   {
    system.out.println("ARTIFICIAL INTELLIGENCE");
    }
    }
}

Posted on by