|
发表于 2007-1-3 23:11:34
|
显示全部楼层
class test
+ Q& ]. E1 s0 W6 {3 v{# ^% b" X/ C+ v% W6 k$ z* ?8 b
public static void main(String[] args) . H2 A# w" ?5 l' s3 G. H7 `8 ~/ J# p
{4 m% G' H1 o k* ?$ j
System.out.println("Hello World!");0 X( X/ |# g' N1 B e9 I, W
int i=2,b=0;2 K2 h6 A3 S( c0 m/ y
b=(i++)+(i++)+(i++);
) D2 ]9 @0 ` I v$ m9 c System.out.println(b);" n( k/ d) U. f. j) A
}
) b0 z4 ]" |8 x( P0 [) }& g}) a: `1 G0 s c; {$ h# H
---------------------------------------------------------------------
" l% f: s7 w. b" W6 _9 EHello World!
3 N8 g% [3 ^5 ^$ n9! d! I" H' [: V% c% J
请按任意键继续 . . . |
|