public interface UserTerminal
Modifier and Type | Method and Description |
---|---|
int |
ask(String question,
String[] options,
int default_answer)
Asks the user a question from the 'question' string.
|
void |
print(String str)
Outputs a string of information to the terminal.
|
void |
println(String str)
Outputs a string of information and a newline to the terminal.
|
Copyright © 2015. All rights reserved.