Posts by Vinicius Arnhold • 36 points
1 post
-
2
votes1
answer1446
viewsA: Manipulating txt files in JAVA
I completed your code with a very simple implementation. I recommend using the new Java 7 File Classes (Apis) for file manipulation, as they have some methods that abstract the writing and reading…