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字 | 1.0分钟 | 100% | 68 CPM | 14 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 盘活资产首先要盘活人。 ——张瑞敏 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |