move calendar readme to right dir.

add dna assignment.
This commit is contained in:
Matthew Jensen
2019-12-13 14:01:10 -08:00
parent 9e458e8709
commit 7b04c359f4
16 changed files with 1157 additions and 8 deletions

10
calendar/README.md Normal file
View File

@@ -0,0 +1,10 @@
# 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