Linked Lists / Slide 24 Deleting a node * int DeleteNode(double x) n Delete a node with the value equal to x from the list.