TG Telegram Group & Channel
Профессор Си | United States America (US)
Create: Update:

public class Program
{
public static string RemoveFirstLast(string str)
{
return str.Length <= 2 ? str : str.Substring(1, str.Length - 2);
}
}

#задача #ответ

public class Program
{
public static string RemoveFirstLast(string str)
{
return str.Length <= 2 ? str : str.Substring(1, str.Length - 2);
}
}

#задача #ответ


>>Click here to continue<<

Профессор Си




Share with your best friend
VIEW MORE

United States America Popular Telegram Group (US)