Problem
Share the code you wrote in class that asks the user to input two names, and output them in the sorted order. Do not use the helper sorting method .compareTo() this time, but try to implement your own comparison method with loops and selections.