Program.cs(21,13): error CS0019: Operator '!=' cannot be applied ... C# won't allow you to compare a char with a string , hence your error.
確定! 回上一頁