The reading and homework for this week can be found here: Lab 7
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...
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 referenceArrayList
Creating and dclaring an ArrayList
Diamond syntax
Auto-boxing