Posts by Gabriel Santoi • 11 points
1 post
-
1
votes2
answers346
viewsA: Dynamic form statement in JAVA
This would load a text file of the type: 1 2 3 4 Where 1 2 3 4 would be the coordinates picked up one at a time: Scanner s = new Scanner(new File("C:/suasCordenadas.txt")); ArrayList<String>…