单项选择题

下面程序的运行结果是: I=2 J=-1 K=2 IF(I <j) then k="K+1" else endif print*,k end a)2 b)3 c)-1> A、正确。注意块IF结构间的嵌套关系。

B、不正确
C、不正确
D、不正确