Write an implementation of a queue using only a stack class. The queue class should support the Enqueue() and Dequeue() methods.
Anoniem
This is obviously a questions from a computer science course and not something useful that an engineer would ever want to do.