单项选择题
A.public B.static C.void D.main
A.x>0 B.x>-3 C.x<=-3 D.x<=0&x>-3
A.float f=11.1f; B.double d=5.3E12; C.char c='\r'; D.byte bb=433;