rewrite the following loop using for loop: while (true) system.out.print("*");
Answers
Answered by
0
Answer:
bro write it properly....
Answered by
1
Answer:for(int x=1;x<=5;x--)
System. out. print("*");
Explanation:
Similar questions