Console.WriteLine("License key:" );
string license = Console.ReadLine();
if(license == "license key")
{
Console.ForegroundColor
= ConsoleColor.Green;
Console.WriteLine("Successfully Registered!\n", Console.ForegroundColor);
}
Как я могу сделать систему входа в систему со многими ключами не единственной, которую я пробовал, если (license == "matteo", "test"), но она не работает, помогите, пожалуйста (;