/*
* Task 2
*
* 1. Implement all the missing methods in MyStack.
* 2. Implement the MyQueue class using the provided Queue interface.
* 2a. You should use two stacks (MyStack) to...