Class ConsolerizerInteractions
- java.lang.Object
-
- org.jesperancinha.console.consolerizer8.console.ConsolerizerInteractions
-
public class ConsolerizerInteractions extends Object
-
-
Constructor Summary
Constructors Constructor Description ConsolerizerInteractions()
-
Method Summary
Modifier and Type Method Description static voidperformQuestion(String question, int maxFails, List<String> correctAnswers)static voidperformQuestion(String question, int maxFails, Map<String,List<String>> correctAnswers)static voidperformQuestion(String question, String[] options, int maxFails, List<String> correctAnswers)
-