This is a pretty basic concept, but I'm struggling with it. I've got three classes that I'm using for an assignment, basically, I'm passing over a string of a number into a class that parses the number and stores each individual piece of the number in different nodes as a linked list. My problem lies in sending over the number in the first place. I don't want to make my method static, so i have a bit of a problem.