一道C#程序题!!有一个问题需要各位大侠帮忙!急!!!

2024-12-24 20:04:33
推荐回答(1个)
回答1:

Console.WriteLine("{0}".myword);
myword前面应该是逗号:
Console.WriteLine("{0}", myword);