for (int a = 1; a <= 10; a++) {
for (int i = 1; i <= 10 - a; i++) {
System.out.print(" ");
}
for (int j = 1; j <= a; j++) {
//除了第一个和最...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《Java程序编写空心菱形》 | 864字 | 7.1分钟 | 100% | 67 CPM | 75 次 | 1 | 不及格,加强练习! |
The wrong word this time: ; | |||||||
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 成绩绝不能不劳而获,除了汗流满面而外,没有其他获取的方法。 ——赫尔岑 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |