It is required to split a queue into two queues so that all the elements in Odd positions are in one queue and those in even positions are in another Queue. Write a program