collectInput method
Implementation
String collectInput() {
stdout.writeln('\n\nEnter a choice:\n');
stdout.write('>');
return stdin.readLineSync();
}
String collectInput() {
stdout.writeln('\n\nEnter a choice:\n');
stdout.write('>');
return stdin.readLineSync();
}