我見過的其他問題,但答案似乎很複雜,無法理解他們,所以我的繼承人代碼「布爾」:錯誤無法隱式轉換類型「字符」到
注:我是新到c莎爾的語言
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Input_Program
{
class Program
{
private static void Main()
{
Console.WriteLine("Welcome to my bool program!");
Console.WriteLine("Input a NON capital y or n when told to.");
char Y;
char N;
if(Y = 'y')
{}
}
}
}
感謝 感謝
如果(Y ==「Y」){} – 2011-03-23 01:48:37