• 2022-06-03
    假设有关变量都已经定义和赋值,则下列正确的语句有( ).
    A: long lv = i*3+4.5;
    B: long xl = 10;
    C: int x = 87L;
    D: byte i = 289;