while (!dreamsAchieved) {
  workHard();
}

while loop check condition before iteration of the loop

Comments