public class Sookshmas
{
public void beyond_knowing()
{
int bk=1;
while(1)
{
System.out.println(bk++);
}
}
}

Posted on by