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.51hei.com/bbs/) | Powered by Discuz! X3.1 |