Can anybody have made a infinity loop program on java ? if yes so tell the program
Answers
Answered by
0
i dont kniw sry......
Answered by
0
public class InfinityLoop
{
public static void main()
{
for ( int i = 1; i>0; i ++ )
{
System.out.println ("Infinity");
}
}
}
{
public static void main()
{
for ( int i = 1; i>0; i ++ )
{
System.out.println ("Infinity");
}
}
}
Similar questions