If pointer Front points to the last node in a linked list and Rear points to first node.How to write a code to implement enqueue and dequeue member methods?