Output: for(int i=1;;i++){ System.out.print(i+"");}
Answers
Answered by
1
Answer:
Infinite
Explanation:
Because condition is not given so it will be always true
Similar questions