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 |