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 HighArray{ private double[] a; private int n; public HighArray(int max){ a=new double[max]; n=0; } public void Find(double key){ int i; for(i=0;i