运行 ❯
获取您
自己的 C#
服务器
×
更改方向
更改主题,明暗模式
进入 Spaces
using System; namespace MyApplication { class Program { static void MyMethod(string child1, string child2, string child3) { Console.WriteLine("The youngest child is: " + child3); } static void Main(string[] args) { MyMethod(child3: "John", child1: "Liam", child2: "Liam"); } } }
最小的孩子是:John