0
List of element
You have a list of elements that is an array of elements. Write a function/method that returns the value of the Nth element in the list. If the nth value you are to return is greater than the length of the list, return -1
1 ответ
0
for Java