Computer Science, asked by shauryaverma953, 8 hours ago

Rewrite the following loop using your
loop
while (true)
System.out.print("*");​

Answers

Answered by Harshavardhani
0

Answer:

while (true)

System. out. print(''*'')

Explanation:

Similar questions