C fazer ... enquanto loop

do {
  // the body of the loop
}
while (testExpression);
SAMER SAEID