请猜测下列语句的结果。
string mySentence = "Harvard is a world-famous university ";
mySentence = mySentence + "where I got my Doctor's degree.";
Console.WriteLine(mySentence);
运行结果如图2-39所示,和你猜想的一样吗?
时间: 2024-10-30 18:28:12
请猜测下列语句的结果。
string mySentence = "Harvard is a world-famous university ";
mySentence = mySentence + "where I got my Doctor's degree.";
Console.WriteLine(mySentence);
运行结果如图2-39所示,和你猜想的一样吗?