11 lines
394 B
Markdown
11 lines
394 B
Markdown
|
# Topics:
|
||
|
File I/o (input / output), Arrays
|
||
|
|
||
|
## Learning Outcomes:
|
||
|
|
||
|
- Practice Reading in files to java and processing file text content
|
||
|
- Become comfortable with using arrays to store and retrieve data
|
||
|
- Design and develop programs in accepted style
|
||
|
- Develop further the ability to enhance a program to increase functionality
|
||
|
- Execute the proper steps to write out desired content to a file
|