static void botDemo(S input) { botDemo(input, input); } static void botDemo(S input1, S input2) { setConsoleInput(input2); callAnswerMethodVerbose(input1); consoleAddAskButton(); botSleep(); }