while (true)
System.out.println("1");
rewrite the following using for loop
Answers
Answered by
0
Answer:
for(int a=1,b=1;b<=a;b++;a++)
{
System.out.println(a);
System.out.println(b);
}
Explanation:
Answered by
0
for( ; ; )
{
System.out.println("1");
}
#sumedhian ❤❤
Similar questions
English,
6 months ago
Math,
6 months ago
French,
6 months ago
Environmental Sciences,
1 year ago
Math,
1 year ago