-->
当前位置:首页 > 题库

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?

Luz5年前 (2021-05-10)题库497
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||