Posts by Nando • 1 point
2 posts
-
0
votes2
answers470
viewsA: How to read the a . csv file and write to a list?
Your version didn’t work but it helped me find the error in the code. Thanks for the help and here’s the full code. import java.util.*; import java.io.*; /** * Class MaratonaAdmin - administra a…
-
0
votes2
answers470
viewsQ: How to read the a . csv file and write to a list?
I’m starting in Java and I’m having trouble reading from a file and publishing in a list. The list is of predefined type. List<Atleta> listaAtletas = new ArrayList<>(); The class Atleta…