单项选择题

A.if(2==3)System.out.println("Hi");
B.if(2=3)System.out.println("Hi");
C.if(true)System.out.println("Hi");
D.if(2!=3)System.out.println("Hi");