Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. int a = 5;
  2.  
  3. do
  4. {
  5. cout << "Woohoo!\n";
  6. a++;
  7. }
  8. while (a > 12);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement