Question: Using loops, and not arrays, design a Java program that asks the user for a series of names (in no particular order). After the final
Using loops, and not arrays, design a Java 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 shold display the name that is first alphabetically and the name that is last alphabetically. For example, if the user enters the names Kristin, Joel, Beth, Zeb, and Chris, the program would display Adam and Zeb.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
