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
Biology,
5 months ago
English,
5 months ago
Environmental Sciences,
5 months ago
Environmental Sciences,
11 months ago
Math,
1 year ago