摘要: 1 package 课上程序; 2 3 /** 4 * 5 * Craps赌博游戏 6 * @author 王启文 7 * 8 */ 9 10 public class CrapsDuBo {11 public static int roll() {12 r... 阅读全文
posted @ 2014-10-19 15:20 Wqw道 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 1 package 课上程序; 2 3 /** 4 * 5 * 七星彩选号 6 * @author 王启文 7 * 8 */ 9 10 import java.util.Scanner;11 12 public class qixincaixuanhao {13 publi... 阅读全文
posted @ 2014-10-19 15:19 Wqw道 阅读(1741) 评论(0) 推荐(0) 编辑
摘要: package 课上程序/** * * 百钱百鸡问题 * @author 王启文 * */public class baiqianbaiji { public static void main(String[] args) { int a = 1, b = 1, c = 1;... 阅读全文
posted @ 2014-10-19 15:18 Wqw道 阅读(144) 评论(0) 推荐(0) 编辑