string str = Console.ReadLine(); string len = 0; for(int i = 0; i < str.Length; i++) { len++; }
Let's get string length :| Dummy