Advertisement
Guest User

Untitled

a guest
Jan 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. if(has_exact_change(c)){
  2.     while(quarters < 0 && desired_amount - 25 > 0){
  3.         do stuff
  4.     }
  5.  
  6.     etc...
  7.  
  8. }
  9.  
  10. return blah blah;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement