How many times the following message will be printed?
do
{
System.out.println(“Hello”);
}
ch++;
while(ch<=1);
Answers
Answered by
2
Answer:
This is a Looped Process it will be executed Infinitely
Similar questions
English,
2 months ago
Math,
5 months ago
Computer Science,
5 months ago
Science,
1 year ago
Sociology,
1 year ago