作业要求
代码
...
namespace _2
{
class Program
{
static void Main(string[] args)
{
string name = "WLP";
Console.WriteLine(name +",,,,,I wanna you!");
Console.ReadKey();
}
}
}
...
...
namespace _2
{
class Program
{
static void Main(string[] args)
{
string name = "WLP";
Console.WriteLine(name +",,,,,I wanna you!");
Console.ReadKey();
}
}
}
...
本文标题:练习1.2
本文链接:https://www.haomeiwen.com/subject/alcxtqtx.html
网友评论