Chapters from 6 to 12
Sections that you need to know from the chapters
Chapter 6 6.1 Event Controlled Loops Using while 6.2 General Form for while loops 6.4 Looping Techniques (not animation) 6.5 Type-Safe Input Using Scanner 6.6 Constructing Loop Conditions 6.7 Testing Techniques for while 6.8 Event-Controlled Loops Using do/While 6.10 Count-Controlled Loops Using for 6.11 Nested Loops (And everything else I taught you about loops)
Chapter 7 7.1 Defining a Class 7.2 Defining Instance Variables 7.3 Writing Class Methods 7.4 Writing Constructors 7.5 Writing Accessor Methods 7.6 Writing Mutator Methods 7.8 Writing Data Manipulation Methods (I have taught you how to write the Calculation Class – “black box” concept. Encapsulation, Polymorphism) 7.9 The Object Reference this 7.10 The toString and equals Methods (you need to know equalsIgnoreCase ….) 7.11 Static class members
Chapter 8 8.1 Declaring and Instantiating Arrays 8.2 Accessing Array Elements 8.3 Aggregate Array Operations (not anything from 8.3.4) 8.5 Using Array in classes Includes all what I have taught you that is not in the book on single dimensional arrays. (Array of objects)
Chapter 9 9.1 Declaring and Instantiating Multidimensional Arrays 9.2 Accessing Multidimensional Array Elements
Chapter 10 Everything I covered on the two PowerPoint presentations on this subject
Chapter 11 11.1 Simple Exception Handling 11.2 The java.io package 11.3 Reading and Writing Text Files 11.6 Writing and Appending to Structured Text Files
Chapter 12 All Sections except 12.8, 12.12, 12.16,