| about | help | code help+videos | done | prefs |
Java > Logic-1 > cigarParty
prev | next | chance
| When squirrels get together for a party, they like to have cigars. A squirrel party is successful when the number of cigars is between 40 and 60, inclusive. Unless it is the weekend, in which case there is no upper bound on the number of cigars. Return true if the party with the given values is successful, or false otherwise.
cigarParty(30, false) → false cigarParty(50, false) → true cigarParty(70, true) → true ...Save, Compile, Run prev | next | chance | CodingBat > Logic-1 |
Progress graphs, just for fun:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
103.0 Post-solution available
Copyright Nick Parlante 2006-11 - privacy