import java.util.Scanner; public class SortedListDemo { public static void main(String[] args) { Scanner input = new Scanner(System.in); int[] b = {2, 5, 7, 11, 14, 16, 18, 30}; int item; SortedList myList = new SortedList(); for(int i=0; i