Dequeue efficient queue using stack

Do i have to write StackUsingArrays program also in this?
If not, then ho do we make use of in-built stack?

Hi @Ekram,
It is advisable to write StackUsingArrays class in the program.