Advertisement
Guest User

Untitled

a guest
May 28th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2. class Population {
  3. public:
  4.  
  5. Population(int birthRate){
  6. }
  7.  
  8. private:
  9. float annualNumDeath, annualNumBirth, currentPop;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement