• 2022-10-28
    在C#中,下列变量定义与赋值正确的是(选一项)
    A: int age =12.5;
    B: string name =ACCP;
    C: double money =100.0;
    D: char leel=A;