 |
Sample Code to Scramble a Word using C# String object - CodeProject
Make the Random a private static field. Use a StringBuilder. What you present will always return the last character last; "rand.Next(0, word.Length - 1)" should not have the "- 1" . "A 32-bit signed integer greater than or equal to minValue and less than
www.codeproject.com |
 |