单项选择题

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

A.40
B.40.0
C.36
D.36.0
题目列表

你可能感兴趣的试题

微信扫码免费搜题