Computer Science, asked by jenehoro, 6 months ago

write this in while loop and do while loop :
while (x>0)
{
System.out.println( "hello"); x++;
}​

Answers

Answered by raghavambala
1

Explanation:

  • mark BRAINLIEST
  • follow me
  • thanks my answers
Answered by Anonymous
18

Answer:

The do-while loop has ended and the flow has gone outside. Flow chart while ... System.out.println( " Hello World" );. // update ... int x = 1 ...

Explanation:

May this ANSWER will help you plz mark has brainliest

Similar questions