public class shiftZerosToStart { public static void main(String[] args) { int arr[] = { 0,1,3,40,-4,-6,0,7,0,-6}; int temp; // creating temp variable
確定! 回上一頁