How many times the following message will be printed?
do
{
System.out.println("Hello");
ch++;
while(ch<=1);
please give correct answer
Answers
Answered by
1
ANSWER:
it will give an error
or the output will be 0 or infinity
there is max chances it will givr a. run time error
Similar questions