Posts by willian.as • 45 points
2 posts
-
3
votes1
answer218
viewsQ: Formatting values in the millions
I want to format values in the millions. Example: The result of a calculation would be 1.960,35. But the way out is 19603565.2315789. I’ve been using DecimalFormat, but it was for smaller numbers.…
javaasked willian.as 45 -
1
votes1
answer802
viewsQ: Pass array as parameter
I have a question about arrays. So I have the following code: public static void main(String[] args) { //Objetos..... ColeçãoCidades ListaCidades = new ColeçãoCidades(); //Adicionar regiões Scanner…