How would I get “newValue” to hold the value of “newNode” in my code below? I’m working on a method that finds the location in a linked list and adds an inputed number at that location. I would like to have “newNode” access “newValue” (toAdd), but I’m not sure how to go about it. Your help is greatly appreciated.