_Queue is a FIFO(First In First Out) data structure._ In this program, fix the following issues: - [ ] Element is not getting inserted into the queue - [ ] Sort function is corrupting the queue [Working directory](https://github.com/dscmbcet/hacktoberfest-2021/tree/main/Language/java/Queue%20Program)