ReadLine
string[] str; str = new string[10]; Console.WriteLine("enter the string"); str[0] = Console.ReadLine();
string []answer = new string[10]; for(int i = 0;i<answer.length;i++) { answer[i]= Console.ReadLine(); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)