摘要: package Code411;//遍历数组public class CodeArray { public static void main(String[] args) { int[] array ={10,20,30}; int len=array.length;//使用for循环语句 for (int i = 0; i <array.lengt... 阅读全文
posted @ 2019-04-11 21:14 Ssinoo団子 阅读(183) 评论(0) 推荐(0) 编辑
摘要: package Code411; //得到数组的长度// 使用 array.length public class CodeArrayLength { public static void main(String[] args) { int[] arrayA= new int[3]; int[] arrayB={1,2,3,4}; System... 阅读全文
posted @ 2019-04-11 21:12 Ssinoo団子 阅读(1017) 评论(0) 推荐(0) 编辑
摘要: 经历了人生一大事件,高考。我没让自己太满意但是也没特让自己失望,我还是进了一个长沙的小二本。 开始人生的一个新的大征程,大学。 专业是自己选的,并没有什么调剂什么的,如愿以偿进入了一个自己很向往的专业,软件工程。 对此专业,通过百度什么的了解到。一般薪资水平都比较的高,但是那还是要自己学的好,学有所 阅读全文
posted @ 2019-04-05 21:14 Ssinoo団子 阅读(210) 评论(1) 推荐(1) 编辑