C do ... Pendant la boucle

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