Roadmap

Nitro 6.4.7 Find the Last Multiple of 3

Should add test cast where the "last multiple of 3” is element 0, to catch work where for-loop index does NOT include the 0th element:

for (int i=arry.length-1;i>0;i++)