Skip to content

Instantly share code, notes, and snippets.

@slick2
Created February 4, 2014 17:32
Show Gist options
  • Save slick2/8808467 to your computer and use it in GitHub Desktop.
Save slick2/8808467 to your computer and use it in GitHub Desktop.
function squirelParty($numCigars=0){
//check the day
//if day is Saturday or Sunday return true
//if day is weekdays
//check if the $numCigars is between 40 - 60 return true
//return false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment