Hey, I have to write a constructor class LinkedStack that loads the stack from an array parameter and when the constructor is finished, the last array element is supposed to be at the top of the stack. On top of that I have to write a clone method and a toString method for the LinkedStack. I am totally lost with this ...