You can chain if-else statements as long as you want, or you can use a switch statement. Another solution is to create an array of the possible selections based off of their indices, and return the...