以下代码段 int i = 5; if(i < { if(i > 0 ){ System.out.p
2023-12-01JAVA复习有答案
以下代码段 int i = 5; if(i < { if(i > 0 ){ System.out.println ("ok!"); } else{ System.out.println ("yes!"); } } else{ System.out.println ("no!"); }输出的应该是(选一项)() [单选题] *
A.ok!
B.yes!
C.no!(正确答案)
D.ok!
正确答案是C
