Computer Science, asked by Abhipatel1222, 3 months ago

How many times the following message will be printed?

do

{

System.out.println(“Hello”);

}

ch++;

while(ch<=1);​

Answers

Answered by Anonymous
2

Answer:

This is a Looped Process it will be executed Infinitely

Similar questions