// package chapter5; /** * Title: Chapter 5, "Arrays" * Description: Examples for Chapter 2 * Copyright: Copyright (c) 2000 * Company: Armstrong Atlantic State University * @author Y. Daniel Liang * @version 1.0 */ public class TestArray { /**Main method*/ public static void main(String[] args) { int[] number = new int[6]; // Read all numbers for (int i=0; i