Mar 28: File/Input Output
Learning Objectives
After today's class, you should be able to:
- Parse user input and string objects using a Scanner.
- Read a text file line by line, and extract data from it.
- Create a new text file, and output several lines to it.
Lesson Outline¶
Q&A [5 min]
- Hints for HW 6
Act11 [45 min]
- Activity 11: File/Input Output
- Open the example code