To write a java program that removes all nodes from a linked list whose value matches a given integer (val) and returns the new head of the modified linked list. 1.Move head forward until it reaches a ...