


| class MyClass{ public static void main(String args[]){ int a; int b; a=1; b=2; System.out.println("Hello World!"); if( a > b){ System.out.println("a>b."); } else { System.out.println("a<=b."); } } } |

| 歡迎光臨 (http://www.raoushi.com/bbs/) | Powered by Discuz! X3.1 |