摘要: 1.编写一个简单程序,要求数组长度为5,静态值为10,20,30,40,50.public class Demon3.{ public static void main(String[]args){ int[]arr={10,20,30,40,50}; for(int i=0;i<5;i++){ S 阅读全文
posted @ 2020-04-09 14:47 慕云云尊圣 阅读(149) 评论(0) 推荐(0) 编辑