CS141: Topics for Oct 7, 9 & 11, 2013


Homework and Reading

The reading and homework for this week can be found here: Lab 7

Review

Finish discussion of Chp 5 - Methods See ScopeTest.java

Donald Knuth quote:

The chief goal of my work as an educator and author is to help people learn how to write beautiful programs...

Chp 6 Vocabulary

For practice, check out the WileyPlus Chapter 6 Flash Cards!

array (1D, 2D, multi-dimensional)
Declaring an array
Initializing an array
Enhanced loop
Arrays class
Pass by value
Pass by reference
ArrayList
Creating and dclaring an ArrayList
Diamond syntax
Auto-boxing

Topics: Chp 6 - Arrays and ArrayLists

In Class Practice Activities