2018-05-05 23:19:22 +01:00

224 B

Now to the seccond step. Instead of one cashier we want to make 2 cashiers. For that we need an array, which holds the cashiers and we need to change the step function to work on said array.

Your task is to do exactly that.