Menu
×
×
正确
static void MyMethod()
{
Console.WriteLine("I just got executed!");
}
static void Main(string[] args)
{
@(11)
@(11)
}
static void MyMethod()
{
Console.WriteLine("I just got executed!");
}
static void Main(string[] args)
{
MyMethod();
MyMethod();
}
不正确
点击 此处 重试 正确
下一题 ❯static void MyMethod() { Console.WriteLine("I just got executed!"); } static void Main(string[] args) {w3exercise_input_no_0w3exercise_input_no_1} |