Variable Scoping¶
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
2. Syntax Review¶
3. Syntax Practice¶
Codeworkout exercises
4. changePointeeDataDirect¶
Molly is practicing adding a CW style question (still in progress)
5. Programming Practice¶
6. Codeworkout exercises¶
7. Reading Quiz 1¶
Practicing making a multiple choice question to mimic a Khan Academy question