• 2022-10-24
    声明字符串型变量并赋值正确的是( )
    A: char L='Hello';
    B: Char c1='H';
    C: string UserName="John";
    D: String UserName='John';