Challenge: Coroutine to Compute Running Maximum
Create a coroutine to compute the maximum.
We'll cover the following...
Problem statement
Design a coroutine maximum
that computes the result
, i.e., the maximum of the values passed across invocations. In other words, ...