-->
当前位置:首页 > 题库 > 正文内容

FILL_IN_THE_BLANK:Suppose that variable a is of double type and variable B is of int type. After the following assignment, what are the values of a and B?

Luz4年前 (2021-05-10)题库423
Suppose that variable a is of double type and variable B is of int type. After the following assignment, what are the values of a and B?
a = b = 1.5;
A: after running, a = @ @ [1] (3), B = @ @ [1] (3).







answer:Empty 1: 1||
Empty 2: 1||

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。