Computer Science, asked by ytaneja2005, 9 months ago

Output: for(int i=1;;i++){ System.out.print(i+"");}​

Answers

Answered by harshsaini0813
1

Answer:

Infinite

Explanation:

Because condition is not given so it will be always true

Similar questions