A、If A≠B Then Print"A不等于B" B、If A<>B Then Printf A不等于B C、If A<>B Then Print"A不等于B" D、If A≠B Print"A不等于B"
A、x=1:y=1:z=1 B、x=1,y=1,z=1 C、x=y=z=1 D、xyz=1
A、“12334” B、123 C、12334 D、157