Here is a piece of code I debuged but I can\'t see how it works:
int[] miArray = { 1, 2, 3, 4, 5 }; System.out.println(arraySum2(miArray, 0)); pu