Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# int input

using System;
public class Program
{
  public static void Main(string[] args)
  {
    int a = Convert.ToInt32(Console.ReadLine());
  }
}
 
PREVIOUS NEXT
Tagged: #int #input
ADD COMMENT
Topic
Name
5+1 =