Content deleted Content added
No edit summary |
|||
Line 28:
for (int i = input.Length - 1, j = 0; i >= 0; --i, j++)
{
reversedChars[j] = input[i
}
return new String(reversedChars);
|
No edit summary |
|||
Line 28:
for (int i = input.Length - 1, j = 0; i >= 0; --i, j++)
{
reversedChars[j] = input[i
}
return new String(reversedChars);
|