Quote Originally Posted by Edgemeal View Post
You should clarify what this code actually returns.
I'd bet most new coders would expect this to return a random number between 65 to 90 but it doesn't.

Random.Next Method (Int32, Int32)
The range of return values includes minValue but not maxValue.
the code was tested and worked on vb.net 2010