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?
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||
a = b = 1.5;
A: after running, a = @ @ [1] (3), B = @ @ [1] (3).
answer:Empty 1: 1||
Empty 2: 1||