Questions tagged as 'comparaciones'

4
answers

Find matches between JAVA Strings

I have a project in which I have to find character matches between 3 different Strings of 4 characters, for example: String cadena1 = "aaattkggl" String cadena2 = "rrattkmmt" String cadena3 = "wwattkkllg" As you can see between the 3 string...
asked by 31.03.2017 / 04:45
1
answer

how to compare a the first index of the strings of an array with another array in java

I have to compare an array entered by keyboard with an array that has the alphabet to be able to sort it. I want to know how to compare the first indexes of each String of my arrangement with the alphabet to later order it.     
asked by 05.09.2018 / 20:28