
class Mar6 {
	public static void main(String[] args) {

		String[] arr = new String[10];

		arr[0] = "hello";
		// ...


		// See if "joe" is in the array

		
			

	}
}
