/* Author Anil Seth Date August 2003 */ import java.io.*; public class Arrays_Simple{ public static boolean member(char[] a, char x){ if(a==null||a.length==0) return false; for(int i=0; i=1 holds at this point for (int j=0; j