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

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

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