package test;
public class IfElseTest {
public static void main(String[] args) {
int a = 3;
if (a == 1)
System.out.println("123");
else if (a == 2)
System.out.println("456");
else if (a == 3)
System.o...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《练习代码1》 | 2401字 | 2.0分钟 | 100% | 83 CPM | 33 次 | 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 |