Examples These two statements do the same: 1: do { bla; } while (cond); 2: bla; while (cond) { bla; }