1、 2、 ...
1、 2、 ...
题目描述: 声明10个元素的整型数组 (1)给数组元素赋值(两位随机整数) (2)输出该数组的元素 (3)求数组元素的最大值,最小值并输出 (4)求数组元素的总和,平均值并输出 运行结果: ...
NSArray *array = [NSArray arrayWithObjects:@"2.0", @"2.3", @"3.0", @"4.0", @"10", nil]; CGF ...
(测试类) package com.badu; public class Tste { public static void main(String[] ...
1、最大值 2、最小值 3、求和 4、求平均值 ...
1、和 2、平均值 3、最大值 4、最小值 ...