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

您没有登录

» Java开发网 » Java SE 综合讨论区 » Java与OOP初步  

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





发贴: 2
积分: 0
于 2006-04-22 08:35 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
nextInt 函数不是int型的吗,为什么下面这个类输出的都是小数形式的呀?

package com;

import java.util.*;

public class PrintTwoArray{
double[][] s=new double[2][3];//定义一个二维数组
Random rand=new Random();//定义随机对象
//给2维数组赋值
void getarray(int a,int b){
for(int i=0;i<s.length;i++){
for(int j=0;j<s[i].length;j++){
s[i][j]=rand.nextInt()*((a+b)/2);//用nextdouble()返回一个0~1之间的值
}
}
}
//打印2维数组
void printarray(){
for(int n=0;n<s.length;n++){
for(int m=0;m<s[n].length;m++){
System.out.println(s[n][m]);
}
}
}

public static void main(String[] args){
PrintTwoArray s2=new PrintTwoArray();//定义一个这个类的对象
s2.getarray(4,6);//使用getarray()方法给数组赋值
s2.printarray();//打印数组
}
}




话题树型展开
人气 标题 作者 字数 发贴时间
9926 nextInt()问题 far8357 693 2006-04-22 08:35
8809 Re:nextInt()问题 laies 161 2006-04-22 17:21
8685 Re:nextInt()问题 why 282 2006-04-22 21:39
8785 Re:nextInt()问题 far8357 111 2006-04-24 09:43
8653 Re:nextInt()问题 why 231 2006-04-24 11:45
8914 Re:nextInt()问题 hailang1986 1093 2006-04-25 10:56
9002 Re:nextInt()问题 why 477 2006-04-26 19:18
8745 Re:nextInt()问题 ReMaN 35 2006-04-25 13:34
8560 Re:nextInt()问题 why 144 2006-04-26 02:29
8599 Re:nextInt()问题 ReMaN 231 2006-04-26 14:13
8674 Re:nextInt()问题 lixiaoyan1111 41 2006-04-26 14:45

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