Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

csharp read input from console as array

string []answer = new string[10];
for(int i = 0;i<answer.length;i++)
{
        answer[i]= Console.ReadLine();
}
Source by www.codeproject.com #
 
PREVIOUS NEXT
Tagged: #csharp #read #input #console #array
ADD COMMENT
Topic
Name
4+6 =