Posts by Erick Hayakawa • 23 points
1 post
-
2
votes2
answers290
viewsQ: When printing an array elements are not shown
I am trying to solve a problem where I have to read the lines of a file . txt and separate the numbers of this line and save in a vector. public static void main(String[] args) throws IOException {…