• 2022-07-26
    下列语句中错误的是()
    A: String s[]={"how","are"};
    B: byte b=255;
    C: String s="one"+"two";
    D: int i=2+2000;