Posts by aguiarito • 37 points
5 posts
-
0
votes1
answer21
viewsQ: Problem with printing data from an array
I have two Row and mailTeste arrays, one of them comes from my database and is already populated, within it has two Row["email"] and Row["id] I want to pass to my other array that will be used…
-
0
votes1
answer145
views -
0
votes1
answer87
viewsQ: Handle invalid characters inside a switch
hello, I have a code that registers people and performs some functions according to the option selected in the menu that opens at the beginning of the program, the options go from 1 to 7, the…
-
-2
votes1
answer69
viewsQ: List Sorting in Java
If Collections.sort(lista); sort the list ascendingly, which command can I use to leave a list in descending order?
-
1
votes2
answers226
views