码迷,mamicode.com
首页 > 其他好文 > 详细

彩票随机数代码

时间:2015-12-06 21:05:36      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:

ublic class 随机数 {

    public static void main(String[] args) {
        for(int s=1;s<=7;s++){
        int x=(int)(Math.random()*36);
        if(x!=0){
            
        
        
     
               System.out.print(" "+x);
        }
        }
           }
}

 

彩票随机数代码

标签:

原文地址:http://www.cnblogs.com/doubiqi/p/5024141.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!