I'm writing a function within my program to left shift all the numbers in an array that was passed to the function. An example is:1 2 3 4 5 6 becomes 2 3 45 ...
確定! 回上一頁