How do I capitalize the last letter of the last name and first letter of the first name? I have to have a name that has a name that is in alphabetical order "abc def" not "def abc". But i need the out put be "Abc deF".
Also, I need to make the code keep repeating until the name entered is "end end"
My only other question, is whenever "end end" or "EnD eNd" or "END END" or any other conversion of the name is entered, the do/while loop would break. Any help there?
PS: The do/while loop was made a comment for the sake of bug testing.
Is this a homework project where you're limited on what you can use, or are you allowed to use strings? Just asking because it will make this a bit simpler.