• 2022-06-19
    下列哪些语句可以在屏幕上输出 hello,world 语句( )
    A: Console.WriteLine( hello{0} ,“,world”);
    B: Console.WriteLine("hello"+“world”);
    C: Console.WriteLine( {0},{1} ,“hello,world”);
    D: Console.Write("hello,world”);