An open API service indexing awesome lists of open source software.

https://github.com/seycileli/reading-a-single-file

Program That Can Read & Write File
https://github.com/seycileli/reading-a-single-file

dao java java-database java-files object-oriented-programming

Last synced: 26 days ago
JSON representation

Program That Can Read & Write File

Awesome Lists containing this project

README

          

# Reading-A-Single-File

Create one file on your desktop named hello

Fill the file with two lines:
Hello
World

Create a program to print the lines of the file.
Modify the program to print the lines of the file backwards.

Add more content to the file and see if you can make your program work.