public class RandomDemo {
public static void main(String[] args) {
Random r=new Random();
int nextInt = r.nextInt(100)+1;//生成随机数 0-99
System.out.println(nextInt);
//得到0---1范围内的随机小数
double ...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《demo3》 | 718字 | 13.0分钟 | 100% | 82 CPM | 83 次 | 3 | 不及格,加强练习! |
The wrong word this time: ,0,- | |||||||
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 对一个人来说,真正重要的不是他的背景、他的肤色、他的种族,或是他的宗教信仰,而是他的性格。 ——尼克松 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |