Code Review
Compare your solutions
1. stream-ref: s = 136; accum was called 16 times to get 8 even values of accumulating sum
2. display-stream: s = 210; accum was called 4 more times to reach the rest of enum stream
3. without memo accum would be called 20 times during display, s would be 136 + 210