0
Guys how to check the value of array using boolean??
10 Réponses
+ 2
if (array[0] == array[2]) {
// the first and third elements are the same
}
+ 2
Multi-dimensional array?
if (array[0][0] == array[0][1]) {
}
+ 2
calls the length() and decreases its value by one ;)
+ 1
Sorry, I don't understand your question. Could you write an example?
0
like if this array [0] if its has the same value of array [2] how can I check it??
0
what if multiple array ??
0
thank you..😁😁
0
can i ask again??
0
what length()-1 does ??
0
oohhhh..thank you