Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 关于Math.random()的问题
careson919





发贴: 2
积分: 0
于 2009-07-08 12:02 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
public class GroupScore {
  public static void main(String[] args) {
    int a,b,c,d,e,sum;
    a = (int)Math.random()*100;System.out.println("张三的成绩是: "+a);
    b = (int)(Math.random()*100);System.out.println("李四的成绩是: "+b);
    c = (int)(Math.random()*100);System.out.println("王五的成绩是: "+c);
    d = (int)(Math.random()*100);System.out.println("赵六的成绩是: "+d);
    e = (int)(Math.random()*100);System.out.println("朱七的成绩是: "+e);
    sum = a + b + c + d + e;
    
    if(a>=60&&b>=60&&c>=60&&d>=60&&e>=60&&sum/5>=80)
      System.out.println("团队通过测试!恭喜!");    
    else
     System.out.println("很遗憾,团队没有通过测试,继续努力!");  
  }
}

a = Math.random()*100 没有加括号,生成的随机数总是0,为什么?
请高手指点!!!




25了才开始学JAVA晚吗?

话题树型展开
人气 标题 作者 字数 发贴时间
7831 关于Math.random()的问题 careson919 663 2009-07-08 12:02
6853 Re:关于Math.random()的问题 ivanna 66 2009-07-11 05:51

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923