Java Arrays
What is an Array
An array in java is a list of that holds data of only 1 type(int,double,String). Once you create the array you can't change it's size.
Click here to learn more
Examples of Arrays
- Andrew's Grades on Quiz 1,Quiz 2, Quiz 3 and Quiz 4
- Names of Students in CS400
- How many Students attended lecture each day