C. 10
5. How many times the following message will be printed?
do
{
System.out.println("Hello");
}
ch ++;
while(ch<= 1);
a. 1
b. Errorin Code
c. 2
Answers
Answered by
2
Answer:
answer c) errior code it is a answer for this question
Similar questions