21.08.03---Integer

public class IntegerTest {

public IntegerTest() {
	// TODO 自动生成的构造函数存根
}

public static void main(String[] args) {
	// TODO 自动生成的方法存根
	
	int a,b,c;
	a = 1;
	b = 2;
	
	c = a + b;
	
	System.out.println(c);
	System.out.println(" Hello World");

}
}

21.08.03---

posted @ 2021-08-03 09:43  toumaoyu  阅读(28)  评论(0)    收藏  举报