What is the output of the following program?
public class sook
{
public static void main(String agrs[])
{
for(int i=1; i=10; i++);
System.out.print(i);
}
}


Posted on by