Java Arrays Assignment

From WLCS
Revision as of 09:36, 5 May 2010 by Admin (talk | contribs) (New page: == Objective == * You will learn to declare arrays in Java * You will learn to iterate through arrays in Java * You will learn to manipulate arrays in Java == Directions == # Download [[M...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Objective

  • You will learn to declare arrays in Java
  • You will learn to iterate through arrays in Java
  • You will learn to manipulate arrays in Java

Directions

  1. Download Media:Sum.java
  2. Read and analyze Media:Sum.java
  3. Fix Media:Sum.java so that it compiles and executes properly