+ 1
Palindrome c#
How would one carry out a method with a boolean type that accepts string as a parameter and returns true is the string is palindrome and false otherwise
2 odpowiedzi
0
reserve the string using a loop and check if the new and old strings are equal.