I can see where one error comes from - at the bottom of your LinkedQueue class, there is a method defined that doesn't have a return value specified, so it looks like a constructor, but it isn't a...