Computer Science, asked by pradhanjagatsingh, 8 months ago

rewrite the following loop using for loop: while (true) system.out.print("*");​

Answers

Answered by jangraharsh99
0

Answer:

bro write it properly....

Answered by pinky200522
1

Answer:for(int x=1;x<=5;x--)

System. out. print("*");

Explanation:

Similar questions