string
    choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
         
  Give the user a single choice from an array of answers.   Parameters string $question  array $choices  string $default  mixed $attempts  bool $multiple  Return Value string