I have about 90% of a project done but I am running into a wall now. I wrote a class that is a normal queue. It has normal functions like insert, delete, ...but the one function I am having problems writing is purge. It just needs to be a simple function that looks through all the elements in an...