Difference between revisions of "Java Arrays Assignment"

From WLCS
(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...)
 
Line 3: Line 3:
 
* You will learn to iterate through arrays in Java
 
* You will learn to iterate through arrays in Java
 
* You will learn to manipulate arrays in Java
 
* You will learn to manipulate arrays in Java
 +
 +
== Resources ==
 +
* Introduction to Arrays - [[Media:IntroArrays.ppt]]
  
 
== Directions ==
 
== Directions ==

Revision as of 09:37, 5 May 2010

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

Resources

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