Computer Science, asked by anuragggg88, 1 month ago

15. How many times the following message
will be printed?
Ch= 0
Do
{
System.out.println(" hello ");
}
Ch++;
While (ch<=3);
(1 Point)
03
4
2
0​

Answers

Answered by preetigarg6006
1

Answer:

it will be printed 0 times as formula is written above is wrong

Similar questions