Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Random
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { string a; Console.WriteLine("cate litere aleatori vrei"); int n=int.Parse(Console.ReadLine()); int i; for(i=0;i<n;i++) { Random random = new Random(); int r = random.Next(65, 123); if(r>90 && r<97) r=r-6; a=a+Convert.ToChar(r); } Console.WriteLine(a); } } }
run
|
edit
|
history
|
help
0
shorten file paths in a commandline using regex
Rotate array to the right of a given pivot
mine
jjj
Alin
RegularExpressions
dsfsfsdf
exception implicit toString
Recursion
Plt-D v.0.9.3.1