void add(Node input) Adds the input node to the linked list. void print() Prints the linked list starting from head. Node remove(Node input) Locates and removes the ...