12.1. File I/O¶
12.1.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
12.1.2. Syntax Review¶
12.1.3. Syntax Practice¶
Codeworkout exercises
12.1.4. changePointeeDataDirect¶
Molly is practicing adding a CW style question (still in progress)
12.1.5. Programming Practice¶
12.1.6. Codeworkout exercises¶
12.1.7. Reading Quiz 1¶
Practicing making a multiple choice question to mimic a Khan Academy question