Computer Science 252
Problem Solving with Java
Spring 2015, The College of Saint Rose
Lecture 22: Arrays; Two-Dimensional Arrays
Date: Thursday, April 9, 2015
Agenda
- Announcements
- Exam 3 on Tuesday, you know the details
- remember the optional review session Monday 4/13, 8:30 PM, Albertus 205
- Lab 9: Final Project designs due April
16, but you are encouraged to do them sooner
- Lab 10: ArrayList Practice due tomorrow night
- Lecture 21 assignment recap
- Lab 8: Recursion Practice recap
- Arrays
- inserting and removing values
- comparings arrays with ArrayLists
- larger example with both arrays and ArrayLists
- Two-dimensional arrays
- Lab work/Q&A
No New Lecture Assignment
Plenty of other things to occupy your time.
Terminology
- two-dimensional arrays
- row major/column major order
Examples