static void Main(string[] args)
{
Random r = new Random();
//ASCII a = 97, z = 122
char c = Convert.ToChar(r.Next(97, 122));
Console.Out.WriteLine(c);
}
static void Main(string[] args)
{
Random r = new Random();
//ASCII a = 97, z = 122
char c = Convert.ToChar(r.Next(97, 122));
Console.Out.WriteLine(c);
}
static void Main(string[] args)
{
Random r = new Random();
//ASCII a = 97, z = 122
char c = Convert.ToChar(r.Next(97, 122));
Console.Out.WriteLine(c);
}
I'm not sure what you mean, but this is a C# newsgroup and the code that I
posted was written in C#, and, it works.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.