07 2016 档案

摘要:public class D1 { public static void main(String[] args) { int []num={10,20,30,40,50}; int num2 []=new int[num.length+1]; for (int i = 0; i < num.leng 阅读全文
posted @ 2016-07-09 13:59 mashirozZ 阅读(114) 评论(0) 推荐(1)
摘要:import java.util.Scanner; public class D1 { public static void main(String[] args) { Scanner input=new Scanner (System.in); System.out.println("输出互换前手 阅读全文
posted @ 2016-07-09 13:53 mashirozZ 阅读(208) 评论(0) 推荐(0)
摘要:给自己小小的总结一下,预科一个月就要结束了,我相信程序员不管性别,都能学好。我看到一篇文章说程序员要放弃好多东西去把它抓抓住,下面对Java的了解写在这里了. 第一章:"HelloWorld" public class Helloworld{ public static void main(Stri 阅读全文
posted @ 2016-07-05 09:04 mashirozZ 阅读(279) 评论(0) 推荐(0)
摘要:啧啧啧 新人第一篇文章 求粉求访问 阅读全文
posted @ 2016-07-04 15:11 mashirozZ 阅读(80) 评论(0) 推荐(0)