Menu: Difference between revisions

Content deleted Content added
Task modified to state action on input of non integer.
m formatting of external link
Line 10:
For test purposes use the four phrases: 'fee fie', 'huff and puff', 'mirror mirror' and 'tick tock' in a list.
 
Note: This task is fashioned after the action of the [[http://www.softpanorama.org/Scripting/Shellorama/Control_structures/select_statements.shtml Bash select statement]].
=={{header|Java}}==
<lang java5>public static String select(List<String> list, String prompt){