📌  相关文章
📜  获取数组java代码示例的最后一个索引

📅  最后修改于: 2022-03-11 14:52:07.249000             🧑  作者: Mango

代码示例6
//grabing a last element of the array
firstNum = numbers[0];
lastNum = numbers[numbers.length-1];