public static int ReadInt(string prompt, int min, int max) { Output.DisplayPrompt(prompt); return(ReadInt(min, max)); }