Posts by Lucas Gregorio • 31 points
1 post
-
3
votes2
answers936
viewsQ: Read file and save lines
I want to read a txt file recording each line of the file in variables of type String, (I use to save some data, of a basic program that I am doing) I thought of something like this try { FileReader…