Exemplo n.º 1
0
 public static int ReadInt(string prompt, int min, int max)
 {
     Output.DisplayPrompt(prompt);
     return(ReadInt(min, max));
 }