Computer Science, asked by hemanth052008, 20 days ago

do
{
System.out.println("Hello");
}
ch++;
while(ch <= 1);

Answers

Answered by zambredd
1

Answer:

Answer is: It repeats infinite times.

Similar questions