Posts by Santon • 13 points
3 posts
-
0
votes2
answers123
viewsA: Char Search in Object Arraylist
I switched to a method, replacing the break; at the end of the first loop with a Return;. Thus solved my problem: private void TestaSenha( String a) { Iterator<Senha> itr =…
-
-1
votes2
answers123
viewsQ: Char Search in Object Arraylist
I’m learning java in college and I’m having a hard time developing the logic to search an Arraylist. I want to know if there is a password registered by the type attribute, the passwords were…
-
0
votes1
answer45
viewsQ: Interpolated search in C, repeated values in the arrangement
I’m a beginner/student in C language and I’m learning about search. I’m having difficulty understanding about the interpolated search, because the test code I passed in the discipline presents error…