Search
 
SCRIPT & CODE EXAMPLE
 

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();
}
Comment

PREVIOUS NEXT
Code Example
Csharp :: dotnet core 3.1 get the user that just logged in 
Csharp :: show snackbar without scaffold flutter 
Csharp :: change column name in datatable C# 
Csharp :: how to make button in asp.net to go to other page 
Csharp :: unity 3d movement script 
Csharp :: vector3 unity 
Csharp :: array of strings by splitting lines c# 
Csharp :: split string c# 
Csharp :: bash create temporary folder 
Csharp :: unity text color 
Csharp :: c# distinct array of objects by values 
Csharp :: .net core web app get dll name 
Csharp :: c# datetime for filename 
Csharp :: get sha1 hashcode from c# 
Csharp :: detect collision in unity 
Csharp :: basic of c# sockets 
Csharp :: c# findindex 
Csharp :: test how catch exception c# 
Csharp :: unity rotate around axis 
Csharp :: how to make a string in c# 
Csharp :: c# encrypted 
Csharp :: How to post request C# with returning responsebody 
Csharp :: decrease image size C# 
Csharp :: dapper sql builder where 
Csharp :: dataannotations datetime range 
Csharp :: linq to json 
Csharp :: c# draw rectangle on screen 
Csharp :: ActionExecutingContext result response return 
Csharp :: check if mouse is in frame unity 
Csharp :: c# lambdas 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =