题目详情
单选题 假设a是int类型的变量,并初始化为1,则下列()是合法的条件语句
A. if(a){}
B. if(a<<=3){}
C. if(a=2){}
D. if(true){}
学科:Java程序设计
时间:2024-12-22 11:26:24
相关题目
相关作业