I'm writing 2 functions involving deque. The first is to fill a deque with 6 integers alternating what gets added to the front and back.
The second is a function to display the contents of the deque using an iterator, which I thought I had right, as I'm not getting errors, but it isn't printing anything in the deque. Suggestions?