Write a method called stutter that replaces every value with two of that value. For example, if the list initially stores [42, 7, 0, −3, 15], after the call it should store [42, 42, 7, 7, 0, 0, −3, −3, 15, 15].
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.