Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to input data several times in c#

 int y = Convert.ToInt32(Console.ReadLine());
 y = Convert.ToInt32(Console.ReadLine());
 
PREVIOUS NEXT
Tagged: #input #data #times
ADD COMMENT
Topic
Name
4+8 =