(单选题)
语句Print“Int(-13.2)=”;Int(-13.2)的输出结果为()
AInt(-13.2)=13.2
BInt(-13.2)=-14
CInt(-13.2)=-13.2
DInt(-13.2)=-13
正确答案
答案解析
略
相似试题
(单选题)
语句Print Format("HELLO","
(单选题)
语句Print"5*20"输出的结果是()
(单选题)
语句Print"Theansweris:";20/4-2的结果为()
(单选题)
语句Print5*5\5/5的输出结果是()
(单选题)
语句Print Sgn(Abs(-6^2))的输出结果是()
(填空题)
语句print(re.match(’abc’,’defg’))输出结果为()。
(单选题)
语句Print(a=2)And(b=-2)的输出结果是()
(单选题)
在立即窗口中要显示一值,除了用Print语句外还有()。
(填空题)
以下语句输出结果是()Print Int(12345.6789 * 100 + 0.5) / 100。