标题:麻烦帮改个程序
只看楼主
yuma
Rank: 11Rank: 11Rank: 11Rank: 11
来 自:银河系
等 级:贵宾
威 望:33
帖 子:1883
专家分:2904
注 册:2009-12-22
结帖率:89.13%
 问题点数:0 回复次数:2 
麻烦帮改个程序
以下程序有两个错误,麻烦帮忙改一下。
程序代码:
public class hello {
public static void main(String[] args) {
int[ ] arr=new int[]{8,2,1,0,3};
int[ ] index=new int[] {2,0,3,2,4,0,1,3,2,3,3};
string tel="";
for (int i:index)
tel+=arr[i];
}
}
System.out.println("联系方式:"+tel);
}
搜索更多相关主题的帖子: new public index string int 
2020-03-01 12:55
林月儿
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:湖南
等 级:版主
威 望:138
帖 子:2276
专家分:10647
注 册:2015-3-19
得分:0 
程序代码:
public class hello {
    public static void main(String[] args) {
        int[] arr = new int[]{8,2,1,0,3};
        int[] index = new int[] {2,0,3,2,4,0,1,3,2,3,3};
        String tel = "";
        for (int i : index)
            tel += arr[i];
        System.out.println("联系方式:"+tel);
    }
}

剑栈风樯各苦辛,别时冰雪到时春
2020-03-01 13:56
yuma
Rank: 11Rank: 11Rank: 11Rank: 11
来 自:银河系
等 级:贵宾
威 望:33
帖 子:1883
专家分:2904
注 册:2009-12-22
得分:0 
感谢

心生万象,万象皆程序!
本人计算机知识网:http://bbs.为防伸手党,本站已停止会员注册。
2020-03-02 11:22



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-499486-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.425002 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved