下列代码的执行结果是( )。 public class Test{ public static void main(String args[ ]){ float t=9.0f; int q=5;

admin2009-02-15  26

问题 下列代码的执行结果是(    )。    public class Test{       public static void main(String args[ ]){         float t=9.0f;         int q=5;         System.out.println((t++) * (- -q));       }   }

选项 A、41
B、41.0
C、36
D、36.0

答案8

解析
转载请注明原文地址:https://kaotiyun.com/show/HVnp777K
0

相关试题推荐
最新回复(0)