prompt abstract method

String prompt(
  1. String question
)

Prompts the user with a question and returns their trimmed input line.

Implementation

String prompt(String question);