java Copy public class SimpleTesting{ public static void main(String[] args) { int arr[] = new int[] {12,34,45,21,33,4}; int sum = 0; ...
確定! 回上一頁