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