Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Поменять способ получения первого и последнего символа в строке #75

Open
fey opened this issue Jul 31, 2023 · 0 comments

Comments

@fey
Copy link
Contributor

fey commented Jul 31, 2023

var result = $"First: {text[0]}\nLast: {text[text.Length - 1]}";

Прислали обратную связь по упражнению:

Задание 33 по C# вывод первого и последнего символа строки, так уже никто не пишет myString[myString.Length - 1]; а ваш компилятор не знает про такой синтаксис myString[^1]; хотел применить прочитанную теорию но потерпел неудачу )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant