Posts by JoseGuilherme • 21 points
1 post
-
2
votes1
answer345
viewsA: Add number of a txt file
You can do it this way: String aSeparar = lerArquivo2(); String stringNumeros[] = aSeparar().split(" "); float total = 0f; for(int i = 0; i < stringNumeros.length(); i++) { float numero =…
androidanswered JoseGuilherme 21