下列语句错在错在哪里using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloWorld{class Program{static int Main(){Console.Write("HelloWorld");Console.WriteLine("Hello2");Console.Read();return i;}}}

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/02 08:47:37
下列语句错在错在哪里using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloWorld{class Program{static int Main(){Console.Write(

下列语句错在错在哪里using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloWorld{class Program{static int Main(){Console.Write("HelloWorld");Console.WriteLine("Hello2");Console.Read();return i;}}}
下列语句错在错在哪里
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace HelloWorld
{
class Program
{
static int Main()
{
Console.Write("HelloWorld");
Console.WriteLine("Hello2");
Console.Read();
return i;
}
}
}

下列语句错在错在哪里using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloWorld{class Program{static int Main(){Console.Write("HelloWorld");Console.WriteLine("Hello2");Console.Read();return i;}}}
return 0 ;

return 1;