Select The Lesson:
Welcome to Online Education Of Sri Lanka
/*eduLanka Online education web site of Sri Lanka -------- w w w . e d u L a n k a . c o m ------------ java programs for University students - who follow courses - BIT - SLIIT and more find more lessons in http://www.it.edulanka.com eduLanka@gmail.com this programs under GNU licence */ import java.io.*; import TerminalIO.*; class ArrayApp{ public static void main(String[] arg){ KeyboardReader input=new KeyboardReader(); int i; System.out.println("-------------------------------------------------"); System.out.println("---------http://www.eduLanka.com-----------------"); System.out.println("-------------------------------------------------"); int n=input.readInt("How many elements? "); System.out.println(" "); int[] arr=new int[n]; for(i=0;i "+(j+1)+" <-- Position of the list"); int k; int delkey=input.readInt("\nenter element to delete: "); for(i=0;i