1.Create a flowchart to show the process that will allow the implementation of Stack, Push, and Pop operations.
2.Create a flowchart to show the process that will allow the implementation of Queue, Enqueue, and Dequeue operations.
3.Write the code (and functions) needed to implement of either a Stack or a Queue.