int a = 0; Console.Write($"Введите пятизначное число: "); int.TryParse(Console.ReadLine()!, out a); Console.Write(a); if (a / 10000 == a % 10 ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.