• 2022-06-05
    以下这些注解,哪些是正确的?
    A: int count; //声明一个int型变量
    B: string name; ///姓名
    C: Console.Write("Yeah!");/*打印*/
    D: /* * 打印*/Console.Write("ok!");