Problem Statement
What happens if you try to run two terminal operations on the same Stream instance?
Explanation
Streams are single-use. Create a new stream from the source for additional terminals, or collect data to a reusable structure first.
Practice Sets
This question appears in the following practice sets: