File I/O¶
1. Introduction¶
At the end of this module you will..
Know how to read in and write out files using code a practice called File I/O * Java Java Java! –> Sections 11.1 - 11.4, 11.8, all of chapter 10
Know how to take in data directly from the console using Scanner * Java Java Java! –> Sections 4.3-4.4, 4.6 * Think Java –> Section 3.2
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