let say String [] names = {"may","Tom","Sam","Sue","Jim"};
how to write the code like looking "Sue" in this array?
i knoe using for loop but don knoe how to write the code
position = -1;
for{int i=0;i