为了账号安全,请及时绑定邮箱和手机立即绑定

public class HelloWorld { public static void main(String[] args) { // 定义一个整型数组,并赋初值 int[] nums = new int[] { 61, 23, 4, 74, 13, 148, 20 }; int max = nums[0]; // 假定最大值为数组中的第一个元素 int min = nums[0]; // 假定最小值为数组中的第一个元素 dou

想知道哪儿错了



正在回答

3 回答

public class HelloWorld {
    public static void main(String[] args) {
    int[] nums =new int[]{61,23,4,74,13,148,20};
    int max = nums[0];
    int min = nums[0];
     }
    }


0 回复 有任何疑惑可以回复我~

没错啊  除了少了两个大括号

0 回复 有任何疑惑可以回复我~

同时定义同一个元素应该不行的


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

public class HelloWorld { public static void main(String[] args) { // 定义一个整型数组,并赋初值 int[] nums = new int[] { 61, 23, 4, 74, 13, 148, 20 }; int max = nums[0]; // 假定最大值为数组中的第一个元素 int min = nums[0]; // 假定最小值为数组中的第一个元素 dou

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信