Behavior 6 states the following:
Fish and HungryFish should move up or down about 10% of the time
My question is: Should the fish move up 10% of the time, and down 10% of the time OR should the fish move up or down 10% of the time?
Though it seems like that latter is true, the starter code implementation of up and down movement contradicts the latter. Can someone please clarify?