int test = numbers.length;
if (numbers[i] = test)
{
}
i want to find the last array in numbers then do something
with it for example out put it the above code is my attepmtp at it
however i am doingd something wrong and cant for the life of me figure out what it is.