Could someone help me out. I am trying to make a Link List where my options are 1) I myself input/add a node, 2) delete a node 3)Input new data, 4) Remove the Data, and Finally 5) Display the data/ list. Here is my code:
import java.util.Scanner;
import java.util.*;
public class LinkedList{...