Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- What file would you like to write to? Enter the integer next to it.
- [0] myfile.txt
- 0
- you may now write to the file
- yo
- You have writen to the file.
- If you would like to exit, enter 0.
- If you would like to create a file, enter 1.
- If you would like to write to a file, enter 2.
- If you would like to read a file, enter 3
- 3
- What file would you like to read from? Enter the integer next to it.
- [0] myfile.txt
- 0
- C:\Users\Nick\Documents\Programming\Java\Java Workspace\CS\myfile.txt
- You have read from the file.
- If you would like to exit, enter 0.
- If you would like to create a file, enter 1.
- If you would like to write to a file, enter 2.
- If you would like to read a file, enter 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement