Here is what I am trying. I am trying to create a method that takes my object LString and converts the integer argument into an object LString. This is using Linked lists. I have a Node class which...