Detecting Palindromes with C# - Tutorial

preview_player
Показать описание
I showed you how you could find out if a word is a palindrome in this video. Palindrome words are written the same when written with a reversed order. For example:

Radar
Noon
Anna
Level
Rotor

I used the Array.Reverse() function to reverse the characters and then checked if the characters are the same.

I am not a native speaker so expect mistakes

▼▼▼The Code Is On GitHub▼▼▼
Рекомендации по теме
Комментарии
Автор

This is what i was searching for. Thank you

anonym
welcome to shbcf.ru