Ask a Teacher



please give the syntax of do while loop.

The Syntax for the do-while loop:

  do
  {
  statements;
  }
  while(condition);


comments powered by Disqus