0
//------------------------------------------ // you must be looking for something like that : class Program { static void Main(string[] args) { Console.WriteLine("Enter A Text"); string txt = Console.ReadLine(); int txtLen = txt.Length; Console.WriteLine("the length of the value is {0}",txtLen.ToString()); } }
31st Oct 2017, 9:58 AM
Sall Mouhamad
Sall Mouhamad - avatar
31st Oct 2017, 10:28 AM
Sall Mouhamad
Sall Mouhamad - avatar