package com.fendou.jdbc;
public class Random1 {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
double i=0.0;
double b=0.0;
for( i=0;i<7;i++){
b=Math.random()*7+9;
System.out.println(b);
}
}
}
温馨提示:内容为网友见解,仅供参考