What's the best way to slice the last word from a block of text? I can think of Split it to a list (by spaces) and removing the last item, then reconcatenat
(1)Prompt the user to enter two words and a number, storing each into separate variables. Then, output those three values on a single line separated by a space.