namespace _002_变量 {
class Program {
static void Main(string[] args)
{
int age = 20;
int hp = 60;
string name = "王志强";
Console.WriteLine(name);
Console.ReadKey();
}
}
}
namespace _002_变量 {
class Program {
static void Main(string[] args)
{
int age = 20;
int hp = 60;
string name = "王志强";
Console.WriteLine(name);
Console.ReadKey();
}
}
}
本文标题:002-变量。
本文链接:https://www.haomeiwen.com/subject/bbmmcftx.html
网友评论