Hi everyone. I have coded a simple program that is supposed to display the objects in the iterator, and as is, it does. I am trying to figure out a way to reverse the values so they read "Three, Two, One" instead of the other way around. Is there a way to do this without using a listiterator...