input box in c# code example
Example 1: c# input
Console.Write("words");
input = Console.ReadLine();
Example 2: inputbox c#
public static string InputBox (string Prompt, string Title = "", string DefaultResponse = "", int XPos = -1, int YPos = -1);