2015年12月6日
摘要:
public class JiDan { public static void main(String[] args) { // TODO 自动生成的方法存根 // 公鸡 a = 2;母鸡 b = 1; 小鸡 c = 0.5; // 用100文钱,买1... 阅读全文
摘要:
package maopao;public class maopao { public static void main(String[] args) { // 冒泡排序 int[] array = { 48, 38, 65, 97, 76, 13, 27, 19 ... 阅读全文
摘要:
public class ZDSH { public static void main(String[] args) { int[] a = new int[] { 10, 77, 45, 34, 56 }; int b = 0; for (int i... 阅读全文
摘要:
public class XQ { public static void main(String[] args) { int sum = 0; for(int i = 1; i <= 100;i++) { if((i % 7 =... 阅读全文