Question: Design a program that asks the user for a series of names (in no particular order). After the final persons name has been entered, the
Design a program that asks the user for a series of names (in no particular order). After the final person’s name has been entered, the program should display the name that is first alphabetically and the name that is last alphabetically. For example, if the user enters the names Kristin, Joel, Adam, Beth, Zeb, and Chris, the program would display Adam and Zeb.
Step by Step Solution
3.38 Rating (151 Votes )
There are 3 Steps involved in it
Heres a Python program to achieve what you ... View full answer
Get step-by-step solutions from verified subject matter experts
