14.1. Variable Scoping¶
14.1.1. Introduction¶
At the end of this module you will..
Know about when a variable is in scope * Java Java Java! –> Section 3.2
Learn about reference types * Java Java Java! –> Section 3.1 * Think Java –> Section 8.2
Know when to use the “==” operator and when to use the “.equals()” method * Java Java Java! –> Page 41 * Think Java –> Section 5.1
14.1.2. Syntax Review¶
14.1.3. Syntax Practice¶
Codeworkout exercises
14.1.4. changePointeeDataDirect¶
Molly is practicing adding a CW style question (still in progress)
14.1.5. Programming Practice¶
14.1.6. Codeworkout exercises¶
14.1.7. Reading Quiz 1¶
Practicing making a multiple choice question to mimic a Khan Academy question