www.baidu.com

JavaCode--我爱你,芳儿

JavaStudy--我爱你,芳儿

随机成功概率...代码Code

 1 public class Wjf
 2 {
 3     public static void main(String[] args)
 4     {
 5         double randnum = Math.random();
 6         System.out.println("你成功的几率为:" + randnum);
 7         System.out.println("请问是否继续?[y/n]:");
 8         try
 9         {
10             char i =(char)System.in.read();
11             while (i  != 'y' && i != 'n' && i != 'Y' && i !='N')
12             {
13                 System.out.println("输入有误");
14                 System.out.println("请问是否继续?[y/n]:");
15                 try
16                 {
17                      i = (char)System.in.read();
18                 }
19                 catch(Exception e)
20                 {}
21             }
22 
23             if (i == 'y' || i == 'Y')
24             {
25                 System.out.print("您:");
26                 if (Math.random() <= randnum)
27                 {
28                     System.out.println("success!!");
29                 }
30                 else
31                 {
32                 System.out.println("fail!!");
33                 } 
34             }
35             else
36             {
37                 System.out.println("退出吧你");
38             }
39         }
40         catch(Exception e)
41         {};
看thinking in java时想到的一个代码..实现了以前看到的一个小小程 序的一个功能..嘿嘿..不过这里面的蛮多要改的.....下次说

 

芳儿宝贝.我爱你

posted on 2007-12-22 21:44 wǒ愛伱--咾婆 阅读(335) 评论(0)  编辑  收藏 所属分类: JavaCode


只有注册用户登录后才能发表评论。


网站导航:
 

导航

统计

公告

芳儿宝贝.我爱你


黑客基地
http://www.hackbase.com
全球最大的黑客门户网站


 最近在读的书:

常用链接

留言簿(1)

随笔分类(37)

JavaCode

搜索

积分与排名

最新评论

阅读排行榜

评论排行榜