こんにちは、テキストをテキストファイルに保存しようとしています。たとえば、学生の名前が追加されていますが、少し行き詰まっています
string iName2 = iName;
string text = "The student named {0} needs more work with plurals";
System.IO.File.WriteAllText(@"C:\Users\user\documents\visual studio 2012\Projects\Artificial_Intelligence_Project_3\WindowsFormsApplication1\Info.txt", text);`