## **Implement Queue using two Stacks** - In this we are given a stack and we want to implement queue from it. ## Language: **C++**